This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d7cf6c74e2e [debuginfo] Remove obsolete test_debuginfo.pl that was move [...] new 5334180cf2f [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors
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: .../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 4 + lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 16 +- lib/MC/WasmObjectWriter.cpp | 79 ++++++++- lib/Target/WebAssembly/CMakeLists.txt | 1 + lib/Target/WebAssembly/WebAssembly.h | 1 + .../WebAssembly/WebAssemblyLowerGlobalDtors.cpp | 191 +++++++++++++++++++++ .../WebAssembly/WebAssemblyTargetMachine.cpp | 3 + test/CodeGen/WebAssembly/lower-global-dtors.ll | 139 +++++++++++++++ test/MC/WebAssembly/init-fini-array.ll | 151 +++++++++++----- 9 files changed, 540 insertions(+), 45 deletions(-) create mode 100644 lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp create mode 100644 test/CodeGen/WebAssembly/lower-global-dtors.ll