This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 6e6334524 ELF: Change FileSize back to a uint64_t. new 325755750 [WebAssebmly] Allow __wasm_call_ctors to be GC'ed
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/alias.ll | 11 +- test/wasm/archive-export.ll | 10 +- test/wasm/call-indirect.ll | 35 +++--- test/wasm/comdats.ll | 19 ++- test/wasm/cxx-mangling.ll | 19 ++- test/wasm/entry.ll | 2 +- test/wasm/export.ll | 6 +- test/wasm/function-imports-first.ll | 11 +- test/wasm/function-imports.ll | 13 +- test/wasm/gc-imports.ll | 4 +- test/wasm/gc-sections.ll | 10 +- test/wasm/init-fini.ll | 216 +++------------------------------ test/wasm/local-symbols.ll | 19 ++- test/wasm/locals-duplicate.test | 102 +++++++--------- test/wasm/lto/archive.ll | 4 +- test/wasm/lto/export.ll | 4 +- test/wasm/lto/lto-start.ll | 2 - test/wasm/lto/used.ll | 4 +- test/wasm/shared.ll | 2 +- test/wasm/signature-mismatch-export.ll | 8 +- test/wasm/signature-mismatch.ll | 12 +- test/wasm/undefined-weak-call.ll | 19 ++- test/wasm/visibility-hidden.ll | 8 +- test/wasm/weak-alias-overide.ll | 55 ++++----- test/wasm/weak-alias.ll | 47 ++++--- test/wasm/weak-symbols.ll | 29 ++--- test/wasm/weak-undefined.ll | 15 +-- wasm/MarkLive.cpp | 28 +++-- wasm/Writer.cpp | 4 + 29 files changed, 239 insertions(+), 479 deletions(-)