This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 523e1416c [WebAssembly] Fix symbol exports under -r/--relocatable new 833bd12a7 [WebAssembly] Add -u/--undefined argument handling new a8a0d1103 Remove checkToString functions and use toString instead. new 387dea1e1 [ELF] Handle multiple "--version-script" options.
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: COFF/InputFiles.cpp | 4 +-- ELF/Driver.cpp | 2 +- ELF/InputFiles.cpp | 70 +++++++++++++++++---------------------- include/lld/Common/ErrorHandler.h | 6 ++-- test/ELF/version-script.s | 6 ++++ test/wasm/load-undefined.ll | 38 +++++++++++++++++++++ wasm/Driver.cpp | 18 ++++++++++ wasm/Options.td | 9 +++++ wasm/SymbolTable.cpp | 4 +++ wasm/Symbols.h | 1 + 10 files changed, 111 insertions(+), 47 deletions(-) create mode 100644 test/wasm/load-undefined.ll