This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 2aef841ce [lit] Improve tool substitution in lit. new 2e012291f Inline a small function. NFC. new c9eaeea81 Refine our --wrap implementation. new faf507e7a Revert r314616: Run writeTo() concurrently.
The 3 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 | 22 ++++++++-------------- ELF/InputSection.h | 1 - ELF/SymbolTable.cpp | 34 ++++++++++++++++++++++++++++++++++ ELF/SymbolTable.h | 3 +++ ELF/Writer.cpp | 6 ++---- test/ELF/Inputs/wrap-no-real.s | 3 +++ test/ELF/lto/wrap-2.ll | 4 ++-- test/ELF/wrap-no-real.s | 26 ++++++++++++++++++++++++++ test/ELF/wrap.s | 8 ++------ 9 files changed, 80 insertions(+), 27 deletions(-) create mode 100644 test/ELF/Inputs/wrap-no-real.s create mode 100644 test/ELF/wrap-no-real.s