This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 01efa2f Disable cpio test on Windows again. new 7283c11 [ELF][MIPS] Convert .reginfo and .MIPS.options sections to sy [...] new 0ac1668 [ELF][MIPS] Convert .MIPS.abiflags section to synthetic input [...]
The 2 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/InputFiles.cpp | 26 ---- ELF/InputFiles.h | 11 +- ELF/InputSection.cpp | 98 --------------- ELF/InputSection.h | 44 +------ ELF/OutputSections.cpp | 129 ++----------------- ELF/OutputSections.h | 59 --------- ELF/Relocations.cpp | 2 +- ELF/SyntheticSections.cpp | 136 +++++++++++++++++++++ ELF/SyntheticSections.h | 49 ++++++++ ELF/Writer.cpp | 28 +++++ test/ELF/basic-mips.s | 16 +-- test/ELF/invalid/mips-invalid-options-descriptor.s | 2 +- test/ELF/invalid/mips-multiple-abiflags.test | 21 ---- test/ELF/invalid/mips-multiple-options.test | 25 ---- test/ELF/invalid/mips-multiple-reginfo.test | 25 ---- test/ELF/mips-gprel32-relocs-gp0.s | 2 +- test/ELF/mips-n32-rels.s | 2 +- test/ELF/mips-options-r.test | 7 +- 18 files changed, 238 insertions(+), 444 deletions(-) delete mode 100644 test/ELF/invalid/mips-multiple-abiflags.test delete mode 100644 test/ELF/invalid/mips-multiple-options.test delete mode 100644 test/ELF/invalid/mips-multiple-reginfo.test