From 0fa99fb09b881985cf94e74b8c0b339bdef61be6 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Fri, 14 Jun 2024 12:07:44 -0700 Subject: [threads] Add a "shared-everything" feature (#6658) Add the feature and flags to enable and disable it. Require the new feature to be enabled for shared heap types to validate. To make the test work, update the validator to actually check features for global types. --- test/lit/help/wasm-reduce.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/lit/help/wasm-reduce.test') diff --git a/test/lit/help/wasm-reduce.test b/test/lit/help/wasm-reduce.test index a98b8a199..397952855 100644 --- a/test/lit/help/wasm-reduce.test +++ b/test/lit/help/wasm-reduce.test @@ -137,6 +137,10 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-typed-continuations Disable typed continuations ;; CHECK-NEXT: +;; CHECK-NEXT: --enable-shared-everything Enable shared-everything threads +;; CHECK-NEXT: +;; CHECK-NEXT: --disable-shared-everything Disable shared-everything threads +;; CHECK-NEXT: ;; CHECK-NEXT: --enable-typed-function-references Deprecated compatibility flag ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-typed-function-references Deprecated compatibility flag -- cgit v1.2.3