This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 95ebb8a [ELF] - Linkerscript: removed duplicate forward declarations, [...] new f172d34 [ELF][MIPS] Support R_MIPS_CALL_HI16 / R_MIPS_CALL_LO16 reloc [...] new e3648fa [ELF][MIPS] Support R_MIPS_GOT_HI16 / R_MIPS_GOT_LO16 relocat [...]
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/Target.cpp | 8 ++++++ test/ELF/mips-call-hilo.s | 62 +++++++++++++++++++++++++++++++++++++++++++++ test/ELF/mips-got-hilo.s | 64 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 134 insertions(+) create mode 100644 test/ELF/mips-call-hilo.s create mode 100644 test/ELF/mips-got-hilo.s