This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from dbf4444 This reverts commit r267154 and r267161. new 6caeee9 GC entries of 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 | 73 +++++++++++++++++++++++++--- ELF/InputSection.h | 6 ++- ELF/MarkLive.cpp | 37 ++++++++++---- ELF/OutputSections.cpp | 44 ++++++----------- test/ELF/gc-sections-merge-addend.s | 39 +++++++++++++++ test/ELF/gc-sections-merge-implicit-addend.s | 39 +++++++++++++++ test/ELF/gc-sections-merge.s | 61 +++++++++++++++++++++++ 7 files changed, 251 insertions(+), 48 deletions(-) create mode 100644 test/ELF/gc-sections-merge-addend.s create mode 100644 test/ELF/gc-sections-merge-implicit-addend.s create mode 100644 test/ELF/gc-sections-merge.s