This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 8013df7a7 lld-link: Mention comdat selection work in the 9.0.0 wip rele [...] new 35a9315af [MIPS] Handle cross-mode (regular <-> microMIPS) jumps
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 | 62 +++++++++++++++++++++++++++++++++++ ELF/Symbols.cpp | 22 ++++++++++++- ELF/SyntheticSections.cpp | 20 +++++------ test/ELF/mips-micro-bad-cross-calls.s | 15 +++++++++ test/ELF/mips-micro-cross-calls.s | 44 +++++++++++++++++++++++++ test/ELF/mips-micro-plt.s | 4 +-- test/ELF/mips-micro-relocs.s | 33 ++++++++++++++++--- 7 files changed, 182 insertions(+), 18 deletions(-) create mode 100644 test/ELF/mips-micro-bad-cross-calls.s create mode 100644 test/ELF/mips-micro-cross-calls.s