This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from ad96c8c15 [lld-link] implement -lto-obj-path new f649a7426 [COFF] Add libcall symbols to the link when LTO is being used
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: COFF/Driver.cpp | 15 +++++++++++++++ COFF/SymbolTable.cpp | 12 ++++++++++++ COFF/SymbolTable.h | 1 + COFF/Symbols.cpp | 9 +++++++++ COFF/Symbols.h | 2 ++ ...-lazy-reference-dummy.ll => libcall-archive.ll} | 4 ++-- test/COFF/Inputs/libcall-archive.s | 2 ++ test/COFF/libcall-archive.ll | 22 ++++++++++++++++++++++ 8 files changed, 65 insertions(+), 2 deletions(-) copy test/COFF/Inputs/{lto-lazy-reference-dummy.ll => libcall-archive.ll} (55%) create mode 100644 test/COFF/Inputs/libcall-archive.s create mode 100644 test/COFF/libcall-archive.ll