This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d836a58 Reland test change. new c42b34a [LTO] Discard names for Values that are not global. new bf522d5 [LTO] Another couple of tests for cases we already get right.
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/Config.h | 1 + ELF/Driver.cpp | 1 + ELF/LTO.h | 2 ++ ELF/Options.td | 1 + .../lto/Inputs/{save-temps.ll => drop-linkage.ll} | 6 ++++ test/ELF/lto/discard-value-names.ll | 33 ++++++++++++++++++++++ test/ELF/lto/drop-linkage.ll | 14 +++++++++ test/ELF/lto/unnamed-addr.ll | 14 +++++++++ 8 files changed, 72 insertions(+) copy test/ELF/lto/Inputs/{save-temps.ll => drop-linkage.ll} (61%) create mode 100644 test/ELF/lto/discard-value-names.ll create mode 100644 test/ELF/lto/drop-linkage.ll create mode 100644 test/ELF/lto/unnamed-addr.ll