This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 847ff4d Remove return type that can trivially be inferred. new dc04877 [ELF][MIPS] Use section type to recognize .reginfo and .MIPS. [...] new 70e0a7a [ELF][MIPS] Do not emit .got section in case of relocatable output new 2792b54 [ELF][MIPS] Replace binary test input file by asembler code i [...]
The 3 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 | 6 +++--- ELF/Writer.cpp | 4 ++-- test/ELF/Inputs/mips-gprel32-gp0.o | Bin 935 -> 0 bytes test/ELF/mips-gprel32-relocs-gp0.s | 39 ++++++++++++++++++++++++++++++++++ test/ELF/mips-gprel32-relocs-gp0.test | 31 --------------------------- test/ELF/mips-relocatable.s | 21 ++++++++++++++++++ 6 files changed, 65 insertions(+), 36 deletions(-) delete mode 100644 test/ELF/Inputs/mips-gprel32-gp0.o create mode 100644 test/ELF/mips-gprel32-relocs-gp0.s delete mode 100644 test/ELF/mips-gprel32-relocs-gp0.test create mode 100644 test/ELF/mips-relocatable.s