This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from a8872150a lld-link: Allow mixing 'discard' and 'largest' comdat selections new 696f5a142 Fix names of functions in TargetOptionsCommandFlags.h. NFC. new bfb459386 [ELF] Support --{,no-}allow-shlib-undefined new ef1450b99 [WebAssembly] Support imports from custom module names
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/LTO.cpp | 6 ++--- Common/TargetOptionsCommandFlags.cpp | 11 +++++---- ELF/Config.h | 1 + ELF/Driver.cpp | 2 ++ ELF/InputFiles.cpp | 12 ++++++---- ELF/InputFiles.h | 6 ++++- ELF/LTO.cpp | 8 +++---- ELF/Options.td | 6 +++-- ELF/SymbolTable.cpp | 2 +- ELF/SymbolTable.h | 6 ++--- ELF/Writer.cpp | 21 +++++++++++++++++ include/lld/Common/TargetOptionsCommandFlags.h | 8 +++---- test/ELF/allow-shlib-undefined.s | 32 ++++++++++++++------------ test/wasm/import-module.ll | 21 +++++++++++++++++ wasm/InputFiles.cpp | 5 ++-- wasm/LTO.cpp | 8 +++---- wasm/LTO.h | 1 + wasm/SymbolTable.cpp | 6 ++--- wasm/SymbolTable.h | 4 ++-- wasm/Symbols.h | 8 +++++-- wasm/Writer.cpp | 11 ++++++--- wasm/Writer.h | 2 ++ 22 files changed, 129 insertions(+), 58 deletions(-) create mode 100644 test/wasm/import-module.ll