diff options
69 files changed, 69 insertions, 69 deletions
diff --git a/src/wasm-linker.cpp b/src/wasm-linker.cpp index 6b1fd4625..7f8aee887 100644 --- a/src/wasm-linker.cpp +++ b/src/wasm-linker.cpp @@ -342,7 +342,7 @@ void Linker::emscriptenGlue(std::ostream& o) { } o << "]"; - o << " }"; + o << " }\n"; } void Linker::makeDynCallThunks() { diff --git a/test/dot_s/alias.wast b/test/dot_s/alias.wast index 8052bc887..64a58a94c 100644 --- a/test/dot_s/alias.wast +++ b/test/dot_s/alias.wast @@ -22,4 +22,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] } diff --git a/test/dot_s/alternate-lcomm.wast b/test/dot_s/alternate-lcomm.wast index dfc7a9c49..844c23a03 100644 --- a/test/dot_s/alternate-lcomm.wast +++ b/test/dot_s/alternate-lcomm.wast @@ -2,4 +2,4 @@ (memory 1) (export "memory" memory) ) -;; METADATA: { "asmConsts": {},"staticBump": 16, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 16, "initializers": [] } diff --git a/test/dot_s/asm_const.wast b/test/dot_s/asm_const.wast index 4e922174b..ec9389029 100644 --- a/test/dot_s/asm_const.wast +++ b/test/dot_s/asm_const.wast @@ -15,4 +15,4 @@ ) ) ) -;; METADATA: { "asmConsts": {"0": ["{ Module.print(\"hello, world!\"); }", ["vi"]]},"staticBump": 51, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {"0": ["{ Module.print(\"hello, world!\"); }", ["vi"]]},"staticBump": 51, "initializers": [] } diff --git a/test/dot_s/basics.wast b/test/dot_s/basics.wast index d8cca498e..bc3951633 100644 --- a/test/dot_s/basics.wast +++ b/test/dot_s/basics.wast @@ -102,4 +102,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 52, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 52, "initializers": [] } diff --git a/test/dot_s/bcp-1.wast b/test/dot_s/bcp-1.wast index bd7d4909d..659f9c7b7 100644 --- a/test/dot_s/bcp-1.wast +++ b/test/dot_s/bcp-1.wast @@ -323,4 +323,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 104, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 104, "initializers": [] } diff --git a/test/dot_s/data-offset-folding.wast b/test/dot_s/data-offset-folding.wast index edcbc045f..e737e04f1 100644 --- a/test/dot_s/data-offset-folding.wast +++ b/test/dot_s/data-offset-folding.wast @@ -5,4 +5,4 @@ ) (export "memory" memory) ) -;; METADATA: { "asmConsts": {},"staticBump": 420, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 420, "initializers": [] } diff --git a/test/dot_s/dso_handle.wast b/test/dot_s/dso_handle.wast index 39281d520..621a0fe3b 100644 --- a/test/dot_s/dso_handle.wast +++ b/test/dot_s/dso_handle.wast @@ -8,4 +8,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] } diff --git a/test/dot_s/dyncall.wast b/test/dot_s/dyncall.wast index 0e4909edb..3d82924f2 100644 --- a/test/dot_s/dyncall.wast +++ b/test/dot_s/dyncall.wast @@ -81,4 +81,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] } diff --git a/test/dot_s/exit.wast b/test/dot_s/exit.wast index 17d2594ca..77fb13b0b 100644 --- a/test/dot_s/exit.wast +++ b/test/dot_s/exit.wast @@ -12,4 +12,4 @@ (unreachable) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] } diff --git a/test/dot_s/function-data-sections.wast b/test/dot_s/function-data-sections.wast index f846e54ea..784e42d97 100644 --- a/test/dot_s/function-data-sections.wast +++ b/test/dot_s/function-data-sections.wast @@ -25,4 +25,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 24, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 24, "initializers": [] } diff --git a/test/dot_s/initializers.wast b/test/dot_s/initializers.wast index 140180d81..c73fccc73 100644 --- a/test/dot_s/initializers.wast +++ b/test/dot_s/initializers.wast @@ -16,4 +16,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": ["main", "f1", "f2"] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": ["main", "f1", "f2"] } diff --git a/test/dot_s/lcomm-in-text-segment.wast b/test/dot_s/lcomm-in-text-segment.wast index 5e3be8ef0..27ebc9b87 100644 --- a/test/dot_s/lcomm-in-text-segment.wast +++ b/test/dot_s/lcomm-in-text-segment.wast @@ -4,4 +4,4 @@ ) (export "memory" memory) ) -;; METADATA: { "asmConsts": {},"staticBump": 24, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 24, "initializers": [] } diff --git a/test/dot_s/macClangMetaData.wast b/test/dot_s/macClangMetaData.wast index edf3ea6ba..032f78620 100644 --- a/test/dot_s/macClangMetaData.wast +++ b/test/dot_s/macClangMetaData.wast @@ -15,4 +15,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 30, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 30, "initializers": [] } diff --git a/test/dot_s/memops.wast b/test/dot_s/memops.wast index 60ea34365..124cafd68 100644 --- a/test/dot_s/memops.wast +++ b/test/dot_s/memops.wast @@ -205,4 +205,4 @@ ) ) ) -;; METADATA: { "asmConsts": {"0": ["{ Module.print(\"hello, world! \" + HEAP32[8>>2]); }", ["vi"]]},"staticBump": 67, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {"0": ["{ Module.print(\"hello, world! \" + HEAP32[8>>2]); }", ["vi"]]},"staticBump": 67, "initializers": [] } diff --git a/test/dot_s/minimal.wast b/test/dot_s/minimal.wast index a1dedd036..6650e897b 100644 --- a/test/dot_s/minimal.wast +++ b/test/dot_s/minimal.wast @@ -8,4 +8,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] } diff --git a/test/dot_s/permute.wast b/test/dot_s/permute.wast index 7bbc27713..13abcf66c 100644 --- a/test/dot_s/permute.wast +++ b/test/dot_s/permute.wast @@ -4,4 +4,4 @@ ) (export "memory" memory) ) -;; METADATA: { "asmConsts": {},"staticBump": 272, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 272, "initializers": [] } diff --git a/test/dot_s/relocation.wast b/test/dot_s/relocation.wast index aecaac28e..22b79d572 100644 --- a/test/dot_s/relocation.wast +++ b/test/dot_s/relocation.wast @@ -14,4 +14,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 20, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 20, "initializers": [] } diff --git a/test/dot_s/start_main0.wast b/test/dot_s/start_main0.wast index 3a5e3eeb8..52624291b 100644 --- a/test/dot_s/start_main0.wast +++ b/test/dot_s/start_main0.wast @@ -10,4 +10,4 @@ (call $main) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] } diff --git a/test/dot_s/start_main2.wast b/test/dot_s/start_main2.wast index 259c7e6bd..ed1bf6935 100644 --- a/test/dot_s/start_main2.wast +++ b/test/dot_s/start_main2.wast @@ -18,4 +18,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] } diff --git a/test/dot_s/symbolic-offset.wast b/test/dot_s/symbolic-offset.wast index effc43807..9cf6b3b3e 100644 --- a/test/dot_s/symbolic-offset.wast +++ b/test/dot_s/symbolic-offset.wast @@ -12,4 +12,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 24, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 24, "initializers": [] } diff --git a/test/dot_s/visibilities.wast b/test/dot_s/visibilities.wast index 9e03c28af..cfd504026 100644 --- a/test/dot_s/visibilities.wast +++ b/test/dot_s/visibilities.wast @@ -14,4 +14,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] } diff --git a/test/llvm_autogenerated/byval.wast b/test/llvm_autogenerated/byval.wast index 7d45ce9de..82c43ea1a 100644 --- a/test/llvm_autogenerated/byval.wast +++ b/test/llvm_autogenerated/byval.wast @@ -391,4 +391,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/call.wast b/test/llvm_autogenerated/call.wast index 085b66ac1..abaa2454f 100644 --- a/test/llvm_autogenerated/call.wast +++ b/test/llvm_autogenerated/call.wast @@ -94,4 +94,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/cfg-stackify.wast b/test/llvm_autogenerated/cfg-stackify.wast index a159bafae..18475333c 100644 --- a/test/llvm_autogenerated/cfg-stackify.wast +++ b/test/llvm_autogenerated/cfg-stackify.wast @@ -948,4 +948,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/comparisons_f32.wast b/test/llvm_autogenerated/comparisons_f32.wast index 7001b6e7e..cf50ff5fa 100644 --- a/test/llvm_autogenerated/comparisons_f32.wast +++ b/test/llvm_autogenerated/comparisons_f32.wast @@ -214,4 +214,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/comparisons_f64.wast b/test/llvm_autogenerated/comparisons_f64.wast index 181f7bf14..d2af5822e 100644 --- a/test/llvm_autogenerated/comparisons_f64.wast +++ b/test/llvm_autogenerated/comparisons_f64.wast @@ -214,4 +214,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/comparisons_i32.wast b/test/llvm_autogenerated/comparisons_i32.wast index 130a5c72d..6664e214a 100644 --- a/test/llvm_autogenerated/comparisons_i32.wast +++ b/test/llvm_autogenerated/comparisons_i32.wast @@ -94,4 +94,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/comparisons_i64.wast b/test/llvm_autogenerated/comparisons_i64.wast index 69564a48e..ea1c2c607 100644 --- a/test/llvm_autogenerated/comparisons_i64.wast +++ b/test/llvm_autogenerated/comparisons_i64.wast @@ -94,4 +94,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/conv.wast b/test/llvm_autogenerated/conv.wast index f17184dd9..a537d8371 100644 --- a/test/llvm_autogenerated/conv.wast +++ b/test/llvm_autogenerated/conv.wast @@ -215,4 +215,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/copysign-casts.wast b/test/llvm_autogenerated/copysign-casts.wast index 95a177656..bb6a5f214 100644 --- a/test/llvm_autogenerated/copysign-casts.wast +++ b/test/llvm_autogenerated/copysign-casts.wast @@ -26,4 +26,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/cpus.wast b/test/llvm_autogenerated/cpus.wast index 511a521c6..ecddf0c98 100644 --- a/test/llvm_autogenerated/cpus.wast +++ b/test/llvm_autogenerated/cpus.wast @@ -10,4 +10,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/dead-vreg.wast b/test/llvm_autogenerated/dead-vreg.wast index bef6f614e..69c5dde27 100644 --- a/test/llvm_autogenerated/dead-vreg.wast +++ b/test/llvm_autogenerated/dead-vreg.wast @@ -98,4 +98,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/f32.wast b/test/llvm_autogenerated/f32.wast index eecb773ca..bdad62714 100644 --- a/test/llvm_autogenerated/f32.wast +++ b/test/llvm_autogenerated/f32.wast @@ -143,4 +143,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/f64.wast b/test/llvm_autogenerated/f64.wast index 80f32a288..2399fd22a 100644 --- a/test/llvm_autogenerated/f64.wast +++ b/test/llvm_autogenerated/f64.wast @@ -143,4 +143,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/fast-isel.wast b/test/llvm_autogenerated/fast-isel.wast index d5279a49f..c1b775e2b 100644 --- a/test/llvm_autogenerated/fast-isel.wast +++ b/test/llvm_autogenerated/fast-isel.wast @@ -16,4 +16,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/frem.wast b/test/llvm_autogenerated/frem.wast index f7b8773cf..2d7d4be4a 100644 --- a/test/llvm_autogenerated/frem.wast +++ b/test/llvm_autogenerated/frem.wast @@ -26,4 +26,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/func.wast b/test/llvm_autogenerated/func.wast index 0d1bd822e..a3ce0d78d 100644 --- a/test/llvm_autogenerated/func.wast +++ b/test/llvm_autogenerated/func.wast @@ -48,4 +48,4 @@ (unreachable) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/global.wast b/test/llvm_autogenerated/global.wast index f336da8ef..441b7ce26 100644 --- a/test/llvm_autogenerated/global.wast +++ b/test/llvm_autogenerated/global.wast @@ -36,4 +36,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 2224, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 2224, "initializers": [] } diff --git a/test/llvm_autogenerated/globl.wast b/test/llvm_autogenerated/globl.wast index bada3a4f3..a5c3c09df 100644 --- a/test/llvm_autogenerated/globl.wast +++ b/test/llvm_autogenerated/globl.wast @@ -8,4 +8,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/i32-load-store-alignment.wast b/test/llvm_autogenerated/i32-load-store-alignment.wast index 2dddc927c..579c83ef1 100644 --- a/test/llvm_autogenerated/i32-load-store-alignment.wast +++ b/test/llvm_autogenerated/i32-load-store-alignment.wast @@ -164,4 +164,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/i32.wast b/test/llvm_autogenerated/i32.wast index d71eef311..75696b8ac 100644 --- a/test/llvm_autogenerated/i32.wast +++ b/test/llvm_autogenerated/i32.wast @@ -161,4 +161,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/i64-load-store-alignment.wast b/test/llvm_autogenerated/i64-load-store-alignment.wast index 0f63ae7b2..d6c76de7a 100644 --- a/test/llvm_autogenerated/i64-load-store-alignment.wast +++ b/test/llvm_autogenerated/i64-load-store-alignment.wast @@ -244,4 +244,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/i64.wast b/test/llvm_autogenerated/i64.wast index bb4ba8b82..cd228e515 100644 --- a/test/llvm_autogenerated/i64.wast +++ b/test/llvm_autogenerated/i64.wast @@ -161,4 +161,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/ident.wast b/test/llvm_autogenerated/ident.wast index 496626e7a..d54e39f47 100644 --- a/test/llvm_autogenerated/ident.wast +++ b/test/llvm_autogenerated/ident.wast @@ -4,4 +4,4 @@ ) (export "memory" memory) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/immediates.wast b/test/llvm_autogenerated/immediates.wast index d61751eff..ad3d894cc 100644 --- a/test/llvm_autogenerated/immediates.wast +++ b/test/llvm_autogenerated/immediates.wast @@ -148,4 +148,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/legalize.wast b/test/llvm_autogenerated/legalize.wast index 06c1d7def..0da123266 100644 --- a/test/llvm_autogenerated/legalize.wast +++ b/test/llvm_autogenerated/legalize.wast @@ -3877,4 +3877,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/load-ext.wast b/test/llvm_autogenerated/load-ext.wast index 88b16a001..433d7ee50 100644 --- a/test/llvm_autogenerated/load-ext.wast +++ b/test/llvm_autogenerated/load-ext.wast @@ -84,4 +84,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/load-store-i1.wast b/test/llvm_autogenerated/load-store-i1.wast index 0792afe54..b80466466 100644 --- a/test/llvm_autogenerated/load-store-i1.wast +++ b/test/llvm_autogenerated/load-store-i1.wast @@ -70,4 +70,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/load.wast b/test/llvm_autogenerated/load.wast index 4ca2d1446..2495c149a 100644 --- a/test/llvm_autogenerated/load.wast +++ b/test/llvm_autogenerated/load.wast @@ -36,4 +36,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/memory-addr32.wast b/test/llvm_autogenerated/memory-addr32.wast index 4b33259fc..a7b098c90 100644 --- a/test/llvm_autogenerated/memory-addr32.wast +++ b/test/llvm_autogenerated/memory-addr32.wast @@ -17,4 +17,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/memory-addr64.wast b/test/llvm_autogenerated/memory-addr64.wast index bd76e57f4..b9b52d85f 100644 --- a/test/llvm_autogenerated/memory-addr64.wast +++ b/test/llvm_autogenerated/memory-addr64.wast @@ -17,4 +17,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/non-executable-stack.wast b/test/llvm_autogenerated/non-executable-stack.wast index 496626e7a..d54e39f47 100644 --- a/test/llvm_autogenerated/non-executable-stack.wast +++ b/test/llvm_autogenerated/non-executable-stack.wast @@ -4,4 +4,4 @@ ) (export "memory" memory) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/offset-folding.wast b/test/llvm_autogenerated/offset-folding.wast index 25c5dd6a0..9b21a7572 100644 --- a/test/llvm_autogenerated/offset-folding.wast +++ b/test/llvm_autogenerated/offset-folding.wast @@ -28,4 +28,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1248, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1248, "initializers": [] } diff --git a/test/llvm_autogenerated/offset.wast b/test/llvm_autogenerated/offset.wast index 0c883552d..f85299c96 100644 --- a/test/llvm_autogenerated/offset.wast +++ b/test/llvm_autogenerated/offset.wast @@ -350,4 +350,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/phi.wast b/test/llvm_autogenerated/phi.wast index 84311b98c..3b3197757 100644 --- a/test/llvm_autogenerated/phi.wast +++ b/test/llvm_autogenerated/phi.wast @@ -66,4 +66,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/reg-stackify.wast b/test/llvm_autogenerated/reg-stackify.wast index 427d1ee15..14a8d8111 100644 --- a/test/llvm_autogenerated/reg-stackify.wast +++ b/test/llvm_autogenerated/reg-stackify.wast @@ -263,4 +263,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/return-int32.wast b/test/llvm_autogenerated/return-int32.wast index 11796c8f2..35a0de3fa 100644 --- a/test/llvm_autogenerated/return-int32.wast +++ b/test/llvm_autogenerated/return-int32.wast @@ -10,4 +10,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/return-void.wast b/test/llvm_autogenerated/return-void.wast index 34a202ee1..bdcdbf300 100644 --- a/test/llvm_autogenerated/return-void.wast +++ b/test/llvm_autogenerated/return-void.wast @@ -8,4 +8,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/select.wast b/test/llvm_autogenerated/select.wast index 7aeb259c3..cfe5270a8 100644 --- a/test/llvm_autogenerated/select.wast +++ b/test/llvm_autogenerated/select.wast @@ -124,4 +124,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/signext-zeroext.wast b/test/llvm_autogenerated/signext-zeroext.wast index e319db47b..0e2821734 100644 --- a/test/llvm_autogenerated/signext-zeroext.wast +++ b/test/llvm_autogenerated/signext-zeroext.wast @@ -56,4 +56,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/store-results.wast b/test/llvm_autogenerated/store-results.wast index 5acf7f067..ae9d7a272 100644 --- a/test/llvm_autogenerated/store-results.wast +++ b/test/llvm_autogenerated/store-results.wast @@ -123,4 +123,4 @@ ) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1056, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1056, "initializers": [] } diff --git a/test/llvm_autogenerated/store-trunc.wast b/test/llvm_autogenerated/store-trunc.wast index 2b2b60215..b73119e32 100644 --- a/test/llvm_autogenerated/store-trunc.wast +++ b/test/llvm_autogenerated/store-trunc.wast @@ -44,4 +44,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/store.wast b/test/llvm_autogenerated/store.wast index 50326d891..70c127fef 100644 --- a/test/llvm_autogenerated/store.wast +++ b/test/llvm_autogenerated/store.wast @@ -36,4 +36,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/switch.wast b/test/llvm_autogenerated/switch.wast index c7c672322..dbcb87fdc 100644 --- a/test/llvm_autogenerated/switch.wast +++ b/test/llvm_autogenerated/switch.wast @@ -89,4 +89,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/unreachable.wast b/test/llvm_autogenerated/unreachable.wast index 42b3e6b51..e075972fe 100644 --- a/test/llvm_autogenerated/unreachable.wast +++ b/test/llvm_autogenerated/unreachable.wast @@ -21,4 +21,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/unused-argument.wast b/test/llvm_autogenerated/unused-argument.wast index 17f56e20b..f3f37ecbd 100644 --- a/test/llvm_autogenerated/unused-argument.wast +++ b/test/llvm_autogenerated/unused-argument.wast @@ -23,4 +23,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/userstack.wast b/test/llvm_autogenerated/userstack.wast index 61ff4f544..1e6427e00 100644 --- a/test/llvm_autogenerated/userstack.wast +++ b/test/llvm_autogenerated/userstack.wast @@ -463,4 +463,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } diff --git a/test/llvm_autogenerated/varargs.wast b/test/llvm_autogenerated/varargs.wast index a765f0f05..8757285a2 100644 --- a/test/llvm_autogenerated/varargs.wast +++ b/test/llvm_autogenerated/varargs.wast @@ -246,4 +246,4 @@ (return) ) ) -;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] }
\ No newline at end of file +;; METADATA: { "asmConsts": {},"staticBump": 1040, "initializers": [] } |