This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 0d629ea83 [ELF] - Make LLD remove gnu-lib compression prefix (".z") aft [...] new 430c7805f Symbols re-defined with -wrap and -defsym need to be excluded [...]
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/Config.h | 7 ++++ ELF/Driver.cpp | 16 +++++---- ELF/LTO.cpp | 1 + ELF/SymbolTable.cpp | 38 +++++++++++++++++----- ELF/SymbolTable.h | 5 +-- test/ELF/lto/Inputs/defsym-bar.ll | 21 ++++++++++++ .../lto/Inputs/{drop-linkage.ll => wrap-bar.ll} | 12 ++++--- test/ELF/lto/defsym.ll | 28 ++++++++++++++++ test/ELF/lto/wrap-1.ll | 35 ++++++++++++++++++++ test/ELF/lto/wrap-2.ll | 36 ++++++++++++++++++++ 10 files changed, 177 insertions(+), 22 deletions(-) create mode 100644 test/ELF/lto/Inputs/defsym-bar.ll copy test/ELF/lto/Inputs/{drop-linkage.ll => wrap-bar.ll} (53%) create mode 100644 test/ELF/lto/defsym.ll create mode 100644 test/ELF/lto/wrap-1.ll create mode 100644 test/ELF/lto/wrap-2.ll