This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 692b23948 [WebAssembly] Add --no-entry argument new 13c47894e [WebAssembly] Improve wasm test cases
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/call-indirect.ll | 11 ++-- test/wasm/Inputs/hello.ll | 3 -- test/wasm/Inputs/hidden.ll | 3 -- test/wasm/Inputs/many-funcs.ll | 3 -- test/wasm/Inputs/ret32.ll | 3 -- test/wasm/Inputs/ret64.ll | 3 -- test/wasm/Inputs/weak-alias.ll | 1 + test/wasm/Inputs/weak-symbol1.ll | 9 ++++ test/wasm/Inputs/weak-symbol2.ll | 9 ++++ test/wasm/call-indirect.ll | 23 ++++---- test/wasm/conflict.test | 2 +- test/wasm/data-layout.ll | 7 +-- test/wasm/entry.ll | 5 +- test/wasm/function-imports-first.ll | 7 +-- test/wasm/function-imports.ll | 7 +-- test/wasm/function-index.test | 4 +- test/wasm/import-memory.test | 2 +- test/wasm/local-symbols.ll | 5 +- test/wasm/many-functions.ll | 7 +-- test/wasm/relocatable.ll | 7 +-- test/wasm/signature-mismatch.ll | 7 +-- test/wasm/stack-pointer.ll | 5 +- test/wasm/strip-debug.test | 2 +- test/wasm/symbol-type-mismatch.ll | 7 +-- test/wasm/undefined-entry.test | 2 +- test/wasm/undefined.ll | 5 +- test/wasm/version.ll | 5 +- test/wasm/visibility-hidden.ll | 2 +- .../{weak-alias-overide.ll => weak-symbols.ll} | 63 +++++++++++----------- 29 files changed, 92 insertions(+), 127 deletions(-) create mode 100644 test/wasm/Inputs/weak-symbol1.ll create mode 100644 test/wasm/Inputs/weak-symbol2.ll copy test/wasm/{weak-alias-overide.ll => weak-symbols.ll} (63%)