From f44912bf234d5e19a1adb34c770335f4b3190e2a Mon Sep 17 00:00:00 2001 From: Jérôme Vouillon Date: Wed, 6 Mar 2024 13:20:38 -0500 Subject: Add sourcemap support to wasm-metadce and wasm-merge (#6372) --- test/lit/help/wasm-metadce.test | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/lit/help/wasm-metadce.test') 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: -- cgit v1.2.3