From b3e4d55b223b19c1c3179357861ca1b43c61e9df Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Fri, 16 Sep 2022 14:17:13 -0500 Subject: Temporarily restore the typed-function-references flags as no-ops (#5050) This allows a three-step upgrade process where binaryen is updated with this change, then users remove their use of these flags, then binaryen can remove the flags permanently. --- test/lit/help/wasm-opt.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/lit/help/wasm-opt.test') diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test index 64119ecd2..b8679a62d 100644 --- a/test/lit/help/wasm-opt.test +++ b/test/lit/help/wasm-opt.test @@ -630,6 +630,10 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-multi-memories Disable multi-memories ;; CHECK-NEXT: +;; CHECK-NEXT: --enable-typed-function-references Deprecated compatibility flag +;; CHECK-NEXT: +;; CHECK-NEXT: --disable-typed-function-references Deprecated compatibility flag +;; CHECK-NEXT: ;; CHECK-NEXT: --no-validation,-n Disables validation, assumes ;; CHECK-NEXT: inputs are correct ;; CHECK-NEXT: -- cgit v1.2.3