This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9c3535d LTO: Merge -lto-no-discard-value-names with -save-temps. new 07e1cac Bring r267164 back with a fix.
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 | 73 +++++++++++++++++++++++++--- ELF/InputSection.h | 6 ++- ELF/MarkLive.cpp | 37 ++++++++++---- ELF/OutputSections.cpp | 44 ++++++----------- ELF/Writer.cpp | 15 +++++- test/ELF/gc-merge-local-sym.s | 12 ++--- test/ELF/gc-sections-merge-addend.s | 39 +++++++++++++++ test/ELF/gc-sections-merge-implicit-addend.s | 39 +++++++++++++++ test/ELF/gc-sections-merge.s | 61 +++++++++++++++++++++++ 9 files changed, 267 insertions(+), 59 deletions(-) create mode 100644 test/ELF/gc-sections-merge-addend.s create mode 100644 test/ELF/gc-sections-merge-implicit-addend.s create mode 100644 test/ELF/gc-sections-merge.s