diff options
author | Heejin Ahn <aheejin@gmail.com> | 2020-09-30 14:42:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-30 14:42:27 -0700 |
commit | b91603f65c45139ad49dfa257749d100117b763d (patch) | |
tree | 2661ee49040ca1e692b755602415bef6fcc0f946 /test/lld/shared_longjmp.wat | |
parent | 20d6236b1b96878015c050fc953d63a040d60385 (diff) | |
download | binaryen-b91603f65c45139ad49dfa257749d100117b763d.tar.gz binaryen-b91603f65c45139ad49dfa257749d100117b763d.tar.bz2 binaryen-b91603f65c45139ad49dfa257749d100117b763d.zip |
Update lld tests (#3182)
This updates lld tests by running generate_lld_tests.py with the latest
toolchain.
Diffstat (limited to 'test/lld/shared_longjmp.wat')
-rw-r--r-- | test/lld/shared_longjmp.wat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lld/shared_longjmp.wat b/test/lld/shared_longjmp.wat index 753d628d9..a7f520bda 100644 --- a/test/lld/shared_longjmp.wat +++ b/test/lld/shared_longjmp.wat @@ -7,7 +7,7 @@ (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (import "env" "memory" (memory $0 0)) + (import "env" "memory" (memory $mimport$0 0)) (data (global.get $gimport$2) "\00\00\00\00\00\00\00\00") (import "env" "__indirect_function_table" (table $timport$1 0 funcref)) (import "env" "__memory_base" (global $gimport$2 i32)) @@ -143,6 +143,6 @@ ;; memoryalignment: 2 ;; tablesize: 0 ;; tablealignment: 0 - ;; custom section "producers", size 157 + ;; custom section "producers", size 112 ) |