summaryrefslogtreecommitdiff
path: root/test/lld/shared_add_to_table.wasm.out
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2020-10-18 12:08:43 -0500
committerGitHub <noreply@github.com>2020-10-18 10:08:43 -0700
commit056870687abaa7ff9cd887a8fcf13bba1ccfa203 (patch)
treed943feddf7d50a2457e078920e26f4df96287d3c /test/lld/shared_add_to_table.wasm.out
parent8cdb2eaa7cb3f4c693239e32fe4d4c7f3d75e005 (diff)
downloadbinaryen-056870687abaa7ff9cd887a8fcf13bba1ccfa203.tar.gz
binaryen-056870687abaa7ff9cd887a8fcf13bba1ccfa203.tar.bz2
binaryen-056870687abaa7ff9cd887a8fcf13bba1ccfa203.zip
Remove now-redundant stack pointer manipulation passes (#3251)
The use of these passes was removed on the emscripten side in https://github.com/emscripten-core/emscripten/pull/12536.
Diffstat (limited to 'test/lld/shared_add_to_table.wasm.out')
-rw-r--r--test/lld/shared_add_to_table.wasm.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lld/shared_add_to_table.wasm.out b/test/lld/shared_add_to_table.wasm.out
index c7a39b1bf..22a608f1b 100644
--- a/test/lld/shared_add_to_table.wasm.out
+++ b/test/lld/shared_add_to_table.wasm.out
@@ -6,6 +6,7 @@
(import "env" "memory" (memory $mimport$0 0))
(data (global.get $gimport$1) "*\00\00\00")
(import "env" "__indirect_function_table" (table $timport$0 0 funcref))
+ (import "env" "__stack_pointer" (global $gimport$0 (mut i32)))
(import "env" "__memory_base" (global $gimport$1 i32))
(import "env" "__table_base" (global $gimport$2 i32))
(import "env" "_Z16waka_func_theirsi" (func $waka_func_theirs\28int\29 (param i32) (result i32)))
@@ -102,6 +103,7 @@
"fp$_Z14waka_func_minei$ii"
],
"externs": [
+ "___stack_pointer",
"___memory_base",
"___table_base"
],