diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2022-09-16 14:17:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-16 19:17:13 +0000 |
commit | b3e4d55b223b19c1c3179357861ca1b43c61e9df (patch) | |
tree | 8fbb2f9e265c820086732dfbd5f3efc4ac797e33 /test/lit/help/wasm-opt.test | |
parent | d797c751df60aa5731a0cfaed1cc00811a5e273b (diff) | |
download | binaryen-b3e4d55b223b19c1c3179357861ca1b43c61e9df.tar.gz binaryen-b3e4d55b223b19c1c3179357861ca1b43c61e9df.tar.bz2 binaryen-b3e4d55b223b19c1c3179357861ca1b43c61e9df.zip |
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.
Diffstat (limited to 'test/lit/help/wasm-opt.test')
-rw-r--r-- | test/lit/help/wasm-opt.test | 4 |
1 files changed, 4 insertions, 0 deletions
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: |