diff options
author | Thomas Lively <tlively@google.com> | 2024-05-29 11:32:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 11:32:26 -0700 |
commit | d844d2e77b402d562ade8cf8fd96759b587bf09d (patch) | |
tree | 0bb0dedf7efb8b90e43340292a2c8f4f7fb063a0 /test/lit/help | |
parent | f622b8e47c69dcbdf2666c795fb3658dc4da52af (diff) | |
download | binaryen-d844d2e77b402d562ade8cf8fd96759b587bf09d.tar.gz binaryen-d844d2e77b402d562ade8cf8fd96759b587bf09d.tar.bz2 binaryen-d844d2e77b402d562ade8cf8fd96759b587bf09d.zip |
Remove obsolete parser code (#6607)
Remove `SExpressionParser`, `SExpressionWasmBuilder`, and `cashew::Parser`.
Simplify gen-s-parser.py. Remove the --new-wat-parser and
--deprecated-wat-parser flags.
Diffstat (limited to 'test/lit/help')
-rw-r--r-- | test/lit/help/wasm-opt.test | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test index fd8bc5b1e..727d1ab21 100644 --- a/test/lit/help/wasm-opt.test +++ b/test/lit/help/wasm-opt.test @@ -72,13 +72,6 @@ ;; 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: ;; CHECK-NEXT: --experimental-new-eh Deprecated; same as ;; CHECK-NEXT: --emit-exnref ;; CHECK-NEXT: |