This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from fb59e64c6 Move clearOutputSections before createPhdrs. NFC. new 10b95e1b9 ELF: Move section merging before ICF. NFCI. new 9e02b7abd ELF: Teach ICF about relocations referring to merge input sections.
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/Driver.cpp | 24 ++++---- ELF/ICF.cpp | 84 ++++++++++++++++++++-------- ELF/SyntheticSections.cpp | 63 +++++++++++++++++++-- ELF/SyntheticSections.h | 2 +- ELF/Writer.cpp | 44 --------------- test/ELF/Inputs/icf-merge-sec.s | 9 +++ test/ELF/Inputs/icf-merge.s | 10 ++++ test/ELF/Inputs/icf-merge2.s | 10 ++++ test/ELF/Inputs/icf-merge3.s | 10 ++++ test/ELF/{icf-absolute.s => icf-merge-sec.s} | 18 +++--- test/ELF/icf-merge.s | 27 +++++++++ 11 files changed, 204 insertions(+), 97 deletions(-) create mode 100644 test/ELF/Inputs/icf-merge-sec.s create mode 100644 test/ELF/Inputs/icf-merge.s create mode 100644 test/ELF/Inputs/icf-merge2.s create mode 100644 test/ELF/Inputs/icf-merge3.s copy test/ELF/{icf-absolute.s => icf-merge-sec.s} (62%) create mode 100644 test/ELF/icf-merge.s