summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2024-12-16 16:13:17 -0800
committerGitHub <noreply@github.com>2024-12-16 16:13:17 -0800
commitc93009422574e54797736ce4b346804943a14d32 (patch)
treea1519a81f4ee14862b6a0a6c05971140119a4eb0 /test
parentaa0550e28002183dd7ea9c2a48ec3533ba70f862 (diff)
downloadbinaryen-c93009422574e54797736ce4b346804943a14d32.tar.gz
binaryen-c93009422574e54797736ce4b346804943a14d32.tar.bz2
binaryen-c93009422574e54797736ce4b346804943a14d32.zip
[wasm-reduce] Add an option to save all interim working files as we reduce (#7154)
With this option, each time we reduce we save a file w.wasm.17 or such, incrementing that counter. This is useful when debugging the reducer, but might have more uses.
Diffstat (limited to 'test')
-rw-r--r--test/lit/help/wasm-reduce.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lit/help/wasm-reduce.test b/test/lit/help/wasm-reduce.test
index d02d46fd7..5116b7bea 100644
--- a/test/lit/help/wasm-reduce.test
+++ b/test/lit/help/wasm-reduce.test
@@ -51,6 +51,9 @@
;; CHECK-NEXT: wasm-opt while reducing. (default:
;; CHECK-NEXT: --enable-all)
;; CHECK-NEXT:
+;; CHECK-NEXT: --save-all-working,-saw Save all intermediate working files, as
+;; CHECK-NEXT: $WORKING.0, .1, .2 etc
+;; CHECK-NEXT:
;; CHECK-NEXT:
;; CHECK-NEXT: Tool options:
;; CHECK-NEXT: -------------