diff options
author | Heejin Ahn <aheejin@gmail.com> | 2020-10-10 20:01:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-10 20:01:06 -0700 |
commit | f4d074fc3ee8184cd89c870612fc316adaeb8e1a (patch) | |
tree | 5bb0565151952fc3d42be8f23b297a8ba688de50 /src/tools/wasm-emscripten-finalize.cpp | |
parent | caf624d0b1b81cf93cfb66dfdb50f49c5cc51578 (diff) | |
download | binaryen-f4d074fc3ee8184cd89c870612fc316adaeb8e1a.tar.gz binaryen-f4d074fc3ee8184cd89c870612fc316adaeb8e1a.tar.bz2 binaryen-f4d074fc3ee8184cd89c870612fc316adaeb8e1a.zip |
Rename Emscripten EHSjLj functions in wasm backend (#3191)
Now that we are renaming invoke wrappers and `emscripten_longjmp_jmpbuf`
in the wasm backend, this deletes all related renaming routines and
relevant tests. Depends on #3192.
Addresses: #3043 and #3081
Companions:
https://reviews.llvm.org/D88697
emscripten-core/emscripten#12399
Diffstat (limited to 'src/tools/wasm-emscripten-finalize.cpp')
-rw-r--r-- | src/tools/wasm-emscripten-finalize.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/wasm-emscripten-finalize.cpp b/src/tools/wasm-emscripten-finalize.cpp index b98e957da..e35c3ea7b 100644 --- a/src/tools/wasm-emscripten-finalize.cpp +++ b/src/tools/wasm-emscripten-finalize.cpp @@ -259,8 +259,6 @@ int main(int argc, const char* argv[]) { generator.onlyI64DynCalls = onlyI64DynCalls; generator.noDynCalls = noDynCalls; - generator.fixInvokeFunctionNames(); - std::vector<Name> initializerFunctions; // The wasm backend emits "__indirect_function_table" as the import name for |