This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from fcd5735ba [ELF][test] Simplify and reorganize tests new cf7ea9420 Revert "Revert r370635, it caused PR43241." new 3acccfe5d Reland D66717 [ELF] Do not ICF two sections with different ou [...]
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 | 25 +++++++++ ELF/ICF.cpp | 17 ++++-- ELF/LinkerScript.cpp | 82 +++++++++++++---------------- ELF/LinkerScript.h | 1 + ELF/Writer.cpp | 41 +++++---------- ELF/Writer.h | 2 + test/ELF/linkerscript/early-assign-symbol.s | 11 ++-- test/ELF/linkerscript/icf-output-sections.s | 46 ++++++++++++++++ test/ELF/linkerscript/subalign.s | 12 ++--- test/ELF/partition-icf.s | 7 +-- 10 files changed, 155 insertions(+), 89 deletions(-) create mode 100644 test/ELF/linkerscript/icf-output-sections.s