diff options
author | Thomas Lively <tlively@google.com> | 2023-08-31 14:32:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 12:32:33 -0700 |
commit | 90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da (patch) | |
tree | 02c201b1afd2de7f8237adc3737734e19b77cd2b /test/lit/help/wasm2js.test | |
parent | 5bfb19239a15fec2d2ce44606d7c6e2b821302e1 (diff) | |
download | binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.tar.gz binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.tar.bz2 binaryen-90d8185ba2be34fa6b6a8f8ce0cbb87e0a9ed0da.zip |
Remove the GCNNLocals feature (#5080)
Now that the WasmGC spec has settled on a way of validating non-nullable locals,
we no longer need this experimental feature that allowed nonstandard uses of
non-nullable locals.
Diffstat (limited to 'test/lit/help/wasm2js.test')
-rw-r--r-- | test/lit/help/wasm2js.test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lit/help/wasm2js.test b/test/lit/help/wasm2js.test index 2e52d6ce5..1e34b3617 100644 --- a/test/lit/help/wasm2js.test +++ b/test/lit/help/wasm2js.test @@ -611,10 +611,6 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-memory64 Disable memory64 ;; CHECK-NEXT: -;; CHECK-NEXT: --enable-gc-nn-locals Enable GC non-null locals -;; CHECK-NEXT: -;; CHECK-NEXT: --disable-gc-nn-locals Disable GC non-null locals -;; CHECK-NEXT: ;; CHECK-NEXT: --enable-relaxed-simd Enable relaxed SIMD ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-relaxed-simd Disable relaxed SIMD |