This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 75f46afc8 Remove unnecessary this->. NFC. new 7dc45388e [WebAssembly] Add support for writing out init functions in l [...]
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 | 14 +++++ test/wasm/init-fini.ll | 99 ++++++++++++++++++++++++++++++++++++ wasm/OutputSections.cpp | 11 +++- wasm/OutputSections.h | 4 ++ wasm/Writer.cpp | 27 +++++++++- 5 files changed, 152 insertions(+), 3 deletions(-) create mode 100644 test/wasm/Inputs/global-ctor-dtor.ll create mode 100644 test/wasm/init-fini.ll