summaryrefslogtreecommitdiff
path: root/test/passes/post-emscripten.wast
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2020-10-10 20:01:06 -0700
committerGitHub <noreply@github.com>2020-10-10 20:01:06 -0700
commitf4d074fc3ee8184cd89c870612fc316adaeb8e1a (patch)
tree5bb0565151952fc3d42be8f23b297a8ba688de50 /test/passes/post-emscripten.wast
parentcaf624d0b1b81cf93cfb66dfdb50f49c5cc51578 (diff)
downloadbinaryen-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 'test/passes/post-emscripten.wast')
-rw-r--r--test/passes/post-emscripten.wast11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/passes/post-emscripten.wast b/test/passes/post-emscripten.wast
index 05bdf9d69..e5a4637cc 100644
--- a/test/passes/post-emscripten.wast
+++ b/test/passes/post-emscripten.wast
@@ -148,14 +148,3 @@
)
)
)
-;; longjmp renaming
-(module
- (import "env" "emscripten_longjmp" (func $a (param i32 i32)))
- (import "env" "emscripten_longjmp_jmpbuf" (func $b (param i32 i32)))
-)
-(module
- (import "env" "emscripten_longjmp_jmpbuf" (func $b (param i32 i32)))
-)
-(module
- (import "env" "emscripten_longjmp" (func $a (param i32 i32)))
-)