From 51135887cf773586b6ca84e8d9efe5a223f8a91c Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 10 May 2018 11:53:09 -0700 Subject: Move the renaming of llvm-generated __invoke_XX functions from s2wasm into wasm-emscripten (#1539) This allows the same functionality to be used also in wasm-emscripten-finalize (i.e. the lld path). --- src/wasm-emscripten.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wasm-emscripten.h') diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h index d2a0a8e3e..a0a87664b 100644 --- a/src/wasm-emscripten.h +++ b/src/wasm-emscripten.h @@ -51,6 +51,8 @@ public: // Replace placeholder emscripten_asm_const functions with *_signature versions. void fixEmAsmConsts(); + void fixInvokeFunctionNames(); + private: Module& wasm; Builder builder; -- cgit v1.2.3