This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5d3f6b428 Revert "Reland D61583 [ELF] Error on relocations to STT_SECTI [...] new c4cca8e71 Revert "Revert "Reland D61583 [ELF] Error on relocations to S [...] new 48b9b5194 Revert "Revert "[ELF] Suppress "STT_SECTION symbol should be [...]
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/DWARF.cpp | 5 ++- ELF/InputFiles.cpp | 3 ++ ELF/InputSection.cpp | 18 +++++++-- ELF/Relocations.cpp | 14 +++++-- test/ELF/Inputs/comdat-discarded-reloc.s | 12 +++--- test/ELF/comdat-discarded-error.s | 12 +++++- test/ELF/comdat-discarded-gdb-index.s | 63 ++++++++++++++++++++++++++++++ test/ELF/comdat-discarded-reloc.s | 39 ++++++++++++++---- test/ELF/comdat.s | 4 +- test/ELF/invalid-undef-section-symbol.test | 26 ------------ test/ELF/relocatable-eh-frame.s | 19 --------- 11 files changed, 147 insertions(+), 68 deletions(-) create mode 100644 test/ELF/comdat-discarded-gdb-index.s delete mode 100644 test/ELF/invalid-undef-section-symbol.test delete mode 100644 test/ELF/relocatable-eh-frame.s