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/em_asm_shared.wat.out | |
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/em_asm_shared.wat.out')
-rw-r--r-- | test/lld/em_asm_shared.wat.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/em_asm_shared.wat.out b/test/lld/em_asm_shared.wat.out index 40eabcc24..b2e71f940 100644 --- a/test/lld/em_asm_shared.wat.out +++ b/test/lld/em_asm_shared.wat.out @@ -4,7 +4,7 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (import "env" "memory" (memory $0 0)) + (import "env" "memory" (memory $mimport$0 0)) (data (global.get $gimport$3) "{ Module.print(\"Hello world\"); }\00\00{ return $0 + $1; }\00ii\00{ Module.print(\"Got \" + $0); }\00i\00") (import "env" "table" (table $timport$1 0 funcref)) (import "env" "__memory_base" (global $gimport$3 i32)) |