This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d0ee9d278 [WebAssembly] Don't allow functions to be named more than once new 37f150ea8 [WebAssembly] Create synthetic __wasm_call_ctors function
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: test/wasm/Inputs/global-ctor-dtor.ll | 12 +++- test/wasm/alias.ll | 10 ++- test/wasm/call-indirect.ll | 5 +- test/wasm/function-imports-first.ll | 7 +- test/wasm/function-imports.ll | 5 +- test/wasm/init-fini.ll | 127 ++++++++++++++++++++++++++++------- test/wasm/local-symbols.ll | 10 ++- test/wasm/stack-pointer.ll | 13 +++- test/wasm/weak-alias-overide.ll | 7 +- test/wasm/weak-alias.ll | 10 ++- test/wasm/weak-symbols.ll | 10 ++- test/wasm/weak-undefined.ll | 8 ++- wasm/Config.h | 1 + wasm/Driver.cpp | 7 +- wasm/InputChunks.cpp | 18 +++-- wasm/InputChunks.h | 37 ++++++---- wasm/InputFiles.cpp | 8 +-- wasm/SymbolTable.cpp | 16 +++++ wasm/SymbolTable.h | 2 + wasm/Writer.cpp | 117 +++++++++++++++++++++++++------- 20 files changed, 343 insertions(+), 87 deletions(-)