This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9dfe45f [ELF] - Linkerscript: do not define _edata,_end,_etext if SEC [...] new 385ef8b Refactor getMipsEFlags.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/CMakeLists.txt | 1 + ELF/Mips.cpp | 217 ++++++++++++++++++++++++++++++++++++++++++ ELF/Writer.cpp | 197 -------------------------------------- ELF/Writer.h | 2 + test/ELF/mips-elf-flags-err.s | 2 +- 5 files changed, 221 insertions(+), 198 deletions(-) create mode 100644 ELF/Mips.cpp