This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from efd57f86a Port r363962 to COFF: Deduplicate undefined symbol diagnostics new 9135c2eff Revert r362743 "Revert "Revert "Reland D61583 [ELF] Error on [...]
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/DWARF.cpp | 5 +- ELF/InputFiles.cpp | 3 -- ELF/InputSection.cpp | 20 ++----- ELF/Relocations.cpp | 14 ++--- ELF/Symbols.cpp | 8 ++- 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 +++++++ 12 files changed, 60 insertions(+), 156 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