This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 2a96ee730 [ELF] Rename variables and add comments to getISThunkSec [NFC] new 7acfd67d3 [MIPS] Initial support of microMIPS code linking
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/Arch/Mips.cpp | 243 ++++++++++++++++++++++++++++++++++++++++++- ELF/InputSection.cpp | 2 +- ELF/Relocations.cpp | 10 +- test/ELF/Inputs/mips-micro.s | 12 +++ test/ELF/mips-micro-got.s | 46 ++++++++ test/ELF/mips-micro-got64.s | 48 +++++++++ test/ELF/mips-micro-jal.s | 125 ++++++++++++++++++++++ test/ELF/mips-micro-relocs.s | 59 +++++++++++ 8 files changed, 538 insertions(+), 7 deletions(-) create mode 100644 test/ELF/Inputs/mips-micro.s create mode 100644 test/ELF/mips-micro-got.s create mode 100644 test/ELF/mips-micro-got64.s create mode 100644 test/ELF/mips-micro-jal.s create mode 100644 test/ELF/mips-micro-relocs.s