This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from bc04651 Fix shared build after r293965 (Core) and r293967 (COFF) new 2dfd1ca Replace MergeOutputSection with a synthetic section.
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 | 15 ++++- ELF/InputSection.h | 8 +++ ELF/OutputSections.cpp | 101 +++------------------------- ELF/OutputSections.h | 24 ------- ELF/Symbols.cpp | 3 +- ELF/SyntheticSections.cpp | 84 ++++++++++++++++++++++- ELF/SyntheticSections.h | 28 +++++++- ELF/Writer.cpp | 54 ++++++++++++++- test/ELF/linkerscript/alternate-sections.s | 40 +++++------ test/ELF/linkerscript/merge-sections-syms.s | 49 ++++++++++++++ test/ELF/linkerscript/merge-sections.s | 50 ++------------ test/ELF/map-file.s | 1 + test/ELF/merge-string-align.s | 4 +- test/ELF/no-merge.s | 14 ++-- 14 files changed, 273 insertions(+), 202 deletions(-) create mode 100644 test/ELF/linkerscript/merge-sections-syms.s