From b9fdc3b1155c48749f48f5b530d8ab295ea3185b Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Wed, 19 Jan 2022 10:14:45 -0800 Subject: 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. --- test/lit/help/wasm-dis.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/lit/help/wasm-dis.test') diff --git a/test/lit/help/wasm-dis.test b/test/lit/help/wasm-dis.test index 19a002e89..b4573d1a6 100644 --- a/test/lit/help/wasm-dis.test +++ b/test/lit/help/wasm-dis.test @@ -107,6 +107,10 @@ ;; CHECK-NEXT: parsed as structural (i.e. ;; CHECK-NEXT: equirecursive). This is the default. ;; CHECK-NEXT: +;; CHECK-NEXT: --hybrid Force all GC type definitions to be +;; CHECK-NEXT: parsed using the isorecursive hybrid type +;; CHECK-NEXT: system. +;; CHECK-NEXT: ;; CHECK-NEXT: ;; CHECK-NEXT: General options: ;; CHECK-NEXT: ---------------- -- cgit v1.2.3