diff options
author | Sam Clegg <sbc@chromium.org> | 2023-11-27 11:42:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 11:42:23 -0800 |
commit | e0314900bcf19be95d59dfdf695874d966f4ef4a (patch) | |
tree | 8032efa4bc33ecc5ed31fcf11bbf8dd1677e1ba1 /test/lit/help | |
parent | c5db74cae9bc0c46065ad1ec9f3ec48772d09784 (diff) | |
download | binaryen-e0314900bcf19be95d59dfdf695874d966f4ef4a.tar.gz binaryen-e0314900bcf19be95d59dfdf695874d966f4ef4a.tar.bz2 binaryen-e0314900bcf19be95d59dfdf695874d966f4ef4a.zip |
[wasm-emscripten-finalize] Remove --separate-data-segments (#6091)
See #6088
Diffstat (limited to 'test/lit/help')
-rw-r--r-- | test/lit/help/wasm-emscripten-finalize.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/lit/help/wasm-emscripten-finalize.test b/test/lit/help/wasm-emscripten-finalize.test index 9b3913129..8666c2ea1 100644 --- a/test/lit/help/wasm-emscripten-finalize.test +++ b/test/lit/help/wasm-emscripten-finalize.test @@ -20,9 +20,6 @@ ;; CHECK-NEXT: output file. In this mode if no output ;; CHECK-NEXT: file is specified, we write to stdout. ;; CHECK-NEXT: -;; CHECK-NEXT: --global-base The address at which static globals were -;; CHECK-NEXT: placed -;; CHECK-NEXT: ;; CHECK-NEXT: --side-module Input is an emscripten side module ;; CHECK-NEXT: ;; CHECK-NEXT: --input-source-map,-ism Consume source map from the specified @@ -42,8 +39,6 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --output-source-map-url,-osu Emit specified string as source map URL ;; CHECK-NEXT: -;; CHECK-NEXT: --separate-data-segments Separate data segments to a file -;; CHECK-NEXT: ;; CHECK-NEXT: --check-stack-overflow Check for stack overflows every time the ;; CHECK-NEXT: stack is extended ;; CHECK-NEXT: |