This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 5bdcbbbd7 [WebAssembly] i32.const operands should be signed new aff83c869 [COFF] Add null check in case of symbols defined in LTO blobs
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/SymbolTable.cpp | 2 +- test/COFF/Inputs/undefined-symbol-lto-a.ll | 82 ++++++++++++++++++++++++++++++ test/COFF/Inputs/undefined-symbol-lto-b.ll | 29 +++++++++++ test/COFF/undefined-symbol-lto.test | 30 +++++++++++ 4 files changed, 142 insertions(+), 1 deletion(-) create mode 100644 test/COFF/Inputs/undefined-symbol-lto-a.ll create mode 100644 test/COFF/Inputs/undefined-symbol-lto-b.ll create mode 100644 test/COFF/undefined-symbol-lto.test