This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 94eb853ee [ELF] Align SHT_LLVM_PART_EHDR to a maximum page size boundary new f5e13efc4 [ELF] Do not ICF two sections with different output 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/Driver.cpp | 20 +++++++ ELF/ICF.cpp | 17 ++++-- ELF/LinkerScript.cpp | 82 +++++++++++++---------------- ELF/LinkerScript.h | 1 + ELF/Writer.cpp | 36 +++++-------- 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 ++--- 9 files changed, 146 insertions(+), 81 deletions(-) create mode 100644 test/ELF/linkerscript/icf-output-sections.s