summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@chromium.org>2020-05-21 16:00:59 -0700
committerGitHub <noreply@github.com>2020-05-21 16:00:59 -0700
commitf0772d9af64b93405817717f8db8f280d06939d2 (patch)
treed27782f1bcfdbd25f2856490fba73d853422a5f1 /test
parente4d1e203c8bf8577e645dbf7ab265d1ec1c68bee (diff)
downloadbinaryen-f0772d9af64b93405817717f8db8f280d06939d2.tar.gz
binaryen-f0772d9af64b93405817717f8db8f280d06939d2.tar.bz2
binaryen-f0772d9af64b93405817717f8db8f280d06939d2.zip
Rebaseline tests after stack_save update (#2865)
Diffstat (limited to 'test')
-rw-r--r--test/lld/basic_safe_stack.wat.out6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/lld/basic_safe_stack.wat.out b/test/lld/basic_safe_stack.wat.out
index 037d729df..525a31ef2 100644
--- a/test/lld/basic_safe_stack.wat.out
+++ b/test/lld/basic_safe_stack.wat.out
@@ -2,7 +2,6 @@
(type $none_=>_none (func))
(type $i32_=>_none (func (param i32)))
(type $i32_=>_i32 (func (param i32) (result i32)))
- (type $none_=>_i32 (func (result i32)))
(import "env" "__handle_stack_overflow" (func $__handle_stack_overflow))
(memory $0 2)
(table $0 1 1 funcref)
@@ -16,7 +15,6 @@
(export "main" (func $main))
(export "__data_end" (global $global$1))
(export "__set_stack_limit" (func $__set_stack_limit))
- (export "stackSave" (func $stackSave))
(export "__growWasmMemory" (func $__growWasmMemory))
(func $__wasm_call_ctors
(nop)
@@ -72,9 +70,6 @@
(local.get $0)
)
)
- (func $stackSave (result i32)
- (global.get $global$0)
- )
(func $__growWasmMemory (param $newSize i32) (result i32)
(memory.grow
(local.get $newSize)
@@ -100,7 +95,6 @@
"stackAlloc",
"main",
"__set_stack_limit",
- "stackSave",
"__growWasmMemory"
],
"namedGlobals": {