diff options
author | Heejin Ahn <aheejin@gmail.com> | 2024-01-30 17:26:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 17:26:39 -0800 |
commit | cf14a9fa9cd6f99ef78a5ffa70cfcb024a524919 (patch) | |
tree | 44a80e74df693c1754d01ceb64eecdf80b839050 /test/lit/help/wasm-opt.test | |
parent | 8504571fb7209d07670a06c42a868bbfc954c756 (diff) | |
download | binaryen-cf14a9fa9cd6f99ef78a5ffa70cfcb024a524919.tar.gz binaryen-cf14a9fa9cd6f99ef78a5ffa70cfcb024a524919.tar.bz2 binaryen-cf14a9fa9cd6f99ef78a5ffa70cfcb024a524919.zip |
[EH] Change translator option name (#6259)
The previous name feels too verbose and unwieldy.
This also removes the "new-to-old EH" placeholder. I think it'd be
better to add it back when it is actually added.
Diffstat (limited to 'test/lit/help/wasm-opt.test')
-rw-r--r-- | test/lit/help/wasm-opt.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit/help/wasm-opt.test b/test/lit/help/wasm-opt.test index 07d218007..fc33fce8d 100644 --- a/test/lit/help/wasm-opt.test +++ b/test/lit/help/wasm-opt.test @@ -486,7 +486,7 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --symbolmap (alias for print-function-map) ;; CHECK-NEXT: -;; CHECK-NEXT: --translate-eh-old-to-new translate old EH instructions to +;; CHECK-NEXT: --translate-to-new-eh translate old EH instructions to ;; CHECK-NEXT: new ones ;; CHECK-NEXT: ;; CHECK-NEXT: --trap-mode-clamp replace trapping operations with |