summaryrefslogtreecommitdiff
path: root/test/lld/hello_world.wat
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2020-08-17 16:18:06 -0700
committerGitHub <noreply@github.com>2020-08-17 16:18:06 -0700
commit8139c9d99d4639a2173e51828a6e7bbae397fc2c (patch)
tree23a903c6039a0e776a99d9d69f4419aa33e3b88c /test/lld/hello_world.wat
parent825c6a8f218666e3c0dc190e4ef2c474ce34734c (diff)
downloadbinaryen-8139c9d99d4639a2173e51828a6e7bbae397fc2c.tar.gz
binaryen-8139c9d99d4639a2173e51828a6e7bbae397fc2c.tar.bz2
binaryen-8139c9d99d4639a2173e51828a6e7bbae397fc2c.zip
Add a C source for for test/lld/em_asm_O0 (#3045)
That had just a wat file, with no C. This adds a C file as best I can guess - looks pretty close - and updates all the lld tests with scripts/test/generate_lld_tests.py and ./auto_update_tests.py lld As the diff shows, the handwritten wat was very different than what emcc+lld emit now. I think we must have switches EM_ASMs to be variadic at some point? That is what they currently are, and would explain the diff. See the discussion that led to this in #3044
Diffstat (limited to 'test/lld/hello_world.wat')
-rw-r--r--test/lld/hello_world.wat2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lld/hello_world.wat b/test/lld/hello_world.wat
index aa7f086ba..153c3ac12 100644
--- a/test/lld/hello_world.wat
+++ b/test/lld/hello_world.wat
@@ -26,6 +26,6 @@
(func $main (param $0 i32) (param $1 i32) (result i32)
(call $__original_main)
)
- ;; custom section "producers", size 112
+ ;; custom section "producers", size 157
)