This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from b41af6025 [lld][WebAssembly] Preserve symbol flags in --relocatable output new e32dec685 [ELF] Make MergeInputSection merging aware of output sections new d51111a69 [ELF] Delete SectionBase::assigned
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 | 14 +++- ELF/InputSection.h | 21 +----- ELF/LinkerScript.cpp | 101 +++++++++++--------------- ELF/LinkerScript.h | 12 ++- ELF/OutputSections.cpp | 98 ++++++++++++++++++++++--- ELF/OutputSections.h | 4 +- ELF/Relocations.cpp | 14 +++- ELF/SyntheticSections.cpp | 64 +--------------- ELF/SyntheticSections.h | 3 +- ELF/Writer.cpp | 2 +- test/ELF/linkerscript/merge-output-sections.s | 35 +++++++++ test/ELF/linkerscript/merge-sections.s | 4 +- test/ELF/merge-entsize2.s | 14 +--- 13 files changed, 214 insertions(+), 172 deletions(-) create mode 100644 test/ELF/linkerscript/merge-output-sections.s