diff options
author | Sam Clegg <sbc@chromium.org> | 2022-03-19 02:29:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 02:29:35 +0000 |
commit | d2f54b40e736cdee2a0ff9fc15e9323ccb9d7c20 (patch) | |
tree | 3f6c5dafbf558d29e0bf72a33be973d55d6c10ef /test/lit/help/wasm-emscripten-finalize.test | |
parent | 88c2e4377df7dbe65bc8ef629ea409cd9df6a860 (diff) | |
download | binaryen-d2f54b40e736cdee2a0ff9fc15e9323ccb9d7c20.tar.gz binaryen-d2f54b40e736cdee2a0ff9fc15e9323ccb9d7c20.tar.bz2 binaryen-d2f54b40e736cdee2a0ff9fc15e9323ccb9d7c20.zip |
Add support for extended-const proposal (#4529)
See https://github.com/WebAssembly/extended-const
Diffstat (limited to 'test/lit/help/wasm-emscripten-finalize.test')
-rw-r--r-- | test/lit/help/wasm-emscripten-finalize.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lit/help/wasm-emscripten-finalize.test b/test/lit/help/wasm-emscripten-finalize.test index 15ae1c176..2f9ae3a31 100644 --- a/test/lit/help/wasm-emscripten-finalize.test +++ b/test/lit/help/wasm-emscripten-finalize.test @@ -143,6 +143,10 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-relaxed-simd Disable relaxed SIMD ;; CHECK-NEXT: +;; CHECK-NEXT: --enable-extended-const Enable extended const expressions +;; CHECK-NEXT: +;; CHECK-NEXT: --disable-extended-const Disable extended const expressions +;; CHECK-NEXT: ;; CHECK-NEXT: --no-validation,-n Disables validation, assumes inputs are ;; CHECK-NEXT: correct ;; CHECK-NEXT: |