This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 42f8dad7e [COFF] Don't write long section names for sections that will [...] new 7c7afd78e [ELF] - Don't emit broken relocations for SHF_MERGE sections [...]
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/InputSection.cpp | 3 +- ELF/Writer.cpp | 17 ++++++--- test/ELF/emit-relocs-mergeable-i386.s | 66 +++++++++++++++++++++++++++++++++++ test/ELF/emit-relocs-mergeable.s | 53 ++++++++++++++++++++++++++++ test/ELF/emit-relocs.s | 9 +++++ 5 files changed, 143 insertions(+), 5 deletions(-) create mode 100644 test/ELF/emit-relocs-mergeable-i386.s create mode 100644 test/ELF/emit-relocs-mergeable.s