diff options
author | Thomas Lively <tlively@google.com> | 2024-04-24 14:51:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 14:51:43 -0700 |
commit | 2e7e9ddcef219a2a1124dfb7f7009602c42084df (patch) | |
tree | 10bf033aa324c7997314eec33adbd88c425d7e3a /test/lit/help/wasm-opt.test | |
parent | 39c9baf2c525d962a99183672a080147ef2e567c (diff) | |
download | binaryen-2e7e9ddcef219a2a1124dfb7f7009602c42084df.tar.gz binaryen-2e7e9ddcef219a2a1124dfb7f7009602c42084df.tar.bz2 binaryen-2e7e9ddcef219a2a1124dfb7f7009602c42084df.zip |
Add a flag to opt in to the old WAT parser (#6536)
This flag is intended to help users gracefully migrate to the new wat parser. It
will be removed again not too long after the new wat parser is enabled by
default in wasm-opt.
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 849469178..f7ee47c09 100644 --- a/test/lit/help/wasm-opt.test +++ b/test/lit/help/wasm-opt.test @@ -72,6 +72,10 @@ ;; CHECK-NEXT: --output-source-map-url,-osu Emit specified string as source ;; CHECK-NEXT: map URL ;; CHECK-NEXT: +;; CHECK-NEXT: --deprecated-wat-parser Use the old, deprecated WAT +;; CHECK-NEXT: parser. This option will be +;; CHECK-NEXT: removed soon! +;; CHECK-NEXT: ;; CHECK-NEXT: --new-wat-parser Use the experimental new WAT ;; CHECK-NEXT: parser ;; CHECK-NEXT: |