This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 7013e41c2 Fixing ppc tests: sed -i 's/# REQUIES: ppc/# REQUIRES: ppc/g' new df47d21e8 Revert "[ELF] Suppress "STT_SECTION symbol should be defined" [...] new 5d3f6b428 Revert "Reland D61583 [ELF] Error on relocations to STT_SECTI [...]
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 +- ...link.test => invalid-undef-section-symbol.test} | 17 +++--- test/ELF/relocatable-eh-frame.s | 19 +++++++ 11 files changed, 53 insertions(+), 153 deletions(-) delete mode 100644 test/ELF/comdat-discarded-gdb-index.s copy test/ELF/{Inputs/shf-info-link.test => invalid-undef-section-symbol.test} (52%) create mode 100644 test/ELF/relocatable-eh-frame.s