This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 21fcab17e [ELF] Simplify with dyn_cast_or_null. NFC new c9f8117f6 [lld-link] diagnose undefined symbols before LTO when possible
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 | 46 +++++----- COFF/SymbolTable.cpp | 173 ++++++++++++++++++++++++++---------- COFF/SymbolTable.h | 10 ++- test/COFF/unresolved-lto-bitcode.ll | 30 +++++++ test/COFF/unresolved-lto.ll | 29 ++++++ 5 files changed, 218 insertions(+), 70 deletions(-) create mode 100644 test/COFF/unresolved-lto-bitcode.ll create mode 100644 test/COFF/unresolved-lto.ll