diff options
author | Jérôme Vouillon <jerome.vouillon@gmail.com> | 2024-03-06 13:20:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 10:20:38 -0800 |
commit | f44912bf234d5e19a1adb34c770335f4b3190e2a (patch) | |
tree | 449996245f77e0996b76f0356fcf2d176e5a7af3 /test/lit/help/wasm-metadce.test | |
parent | 71bf4b3fa2716d5c54e04f7e76c2463b1adddeae (diff) | |
download | binaryen-f44912bf234d5e19a1adb34c770335f4b3190e2a.tar.gz binaryen-f44912bf234d5e19a1adb34c770335f4b3190e2a.tar.bz2 binaryen-f44912bf234d5e19a1adb34c770335f4b3190e2a.zip |
Add sourcemap support to wasm-metadce and wasm-merge (#6372)
Diffstat (limited to 'test/lit/help/wasm-metadce.test')
-rw-r--r-- | test/lit/help/wasm-metadce.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lit/help/wasm-metadce.test b/test/lit/help/wasm-metadce.test index 4334dbd01..4d706dc0f 100644 --- a/test/lit/help/wasm-metadce.test +++ b/test/lit/help/wasm-metadce.test @@ -53,6 +53,13 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --output,-o Output file (stdout if not specified) ;; CHECK-NEXT: +;; CHECK-NEXT: --input-source-map,-ism Consume source map from the specified +;; CHECK-NEXT: file +;; CHECK-NEXT: +;; CHECK-NEXT: --output-source-map,-osm Emit source map to the specified file +;; CHECK-NEXT: +;; CHECK-NEXT: --output-source-map-url,-osu Emit specified string as source map URL +;; CHECK-NEXT: ;; CHECK-NEXT: --emit-text,-S Emit text instead of binary for the ;; CHECK-NEXT: output file ;; CHECK-NEXT: |