summaryrefslogtreecommitdiff
path: root/test/lit/help/wasm-opt.test
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2022-01-19 10:14:45 -0800
committerGitHub <noreply@github.com>2022-01-19 10:14:45 -0800
commitb9fdc3b1155c48749f48f5b530d8ab295ea3185b (patch)
treee3b2dbdcb346e83cdccdfe99b3e77557ad3585eb /test/lit/help/wasm-opt.test
parent59494a57abf7873e09fd4fba8e0413f649b64525 (diff)
downloadbinaryen-b9fdc3b1155c48749f48f5b530d8ab295ea3185b.tar.gz
binaryen-b9fdc3b1155c48749f48f5b530d8ab295ea3185b.tar.bz2
binaryen-b9fdc3b1155c48749f48f5b530d8ab295ea3185b.zip
Add a `--hybrid` type system option (#4460)
Eventually this will enable the isorecursive hybrid type system described in https://github.com/WebAssembly/gc/pull/243, but for now it just throws a fatal error if used.
Diffstat (limited to 'test/lit/help/wasm-opt.test')
-rw-r--r--test/lit/help/wasm-opt.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test
index 666ffe6ac..ef6a7637b 100644
--- a/test/lit/help/wasm-opt.test
+++ b/test/lit/help/wasm-opt.test
@@ -609,6 +609,10 @@
;; CHECK-NEXT: equirecursive). This is the
;; CHECK-NEXT: default.
;; CHECK-NEXT:
+;; CHECK-NEXT: --hybrid Force all GC type definitions to
+;; CHECK-NEXT: be parsed using the isorecursive
+;; CHECK-NEXT: hybrid type system.
+;; CHECK-NEXT:
;; CHECK-NEXT:
;; CHECK-NEXT: General options:
;; CHECK-NEXT: ----------------