This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from f42a19c5a [llvm-pdbutil] Dump more info about globals. new 9d00e66a6 [ELF][MIPS] Remove support for linking microMIPS 64-bit code new 907ac5582 [ELF][MIPS] Simplify `checkFlags` routine and inline `rejectM [...]
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/Arch/Mips.cpp | 20 +-------------- ELF/Arch/MipsArchTree.cpp | 8 +++++- test/ELF/mips-micro-got64.s | 53 --------------------------------------- test/ELF/mips-micro64-reject.test | 23 +++++++++++++++++ test/ELF/mips-micro64-relocs.s | 28 --------------------- test/ELF/mips-non-zero-gp0.s | 12 --------- 6 files changed, 31 insertions(+), 113 deletions(-) delete mode 100644 test/ELF/mips-micro-got64.s create mode 100644 test/ELF/mips-micro64-reject.test delete mode 100644 test/ELF/mips-micro64-relocs.s