diff options
author | Ashley Nelson <nashley@google.com> | 2023-08-21 19:29:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 19:29:10 -0700 |
commit | afca5f51a46750927ac9263297d24b224915e558 (patch) | |
tree | b8ac65ee40ca41668d111bb8545a7797b165671a /test/lit/help/wasm-emscripten-finalize.test | |
parent | 905e2fc25208c0bce3f78ac4ac3315219194e768 (diff) | |
download | binaryen-afca5f51a46750927ac9263297d24b224915e558.tar.gz binaryen-afca5f51a46750927ac9263297d24b224915e558.tar.bz2 binaryen-afca5f51a46750927ac9263297d24b224915e558.zip |
Rename multimemory flag (#5890)
Renaming the multimemory flag in Binaryen to match its naming in LLVM.
Diffstat (limited to 'test/lit/help/wasm-emscripten-finalize.test')
-rw-r--r-- | test/lit/help/wasm-emscripten-finalize.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/help/wasm-emscripten-finalize.test b/test/lit/help/wasm-emscripten-finalize.test index 8ce4d94f0..641323c74 100644 --- a/test/lit/help/wasm-emscripten-finalize.test +++ b/test/lit/help/wasm-emscripten-finalize.test @@ -144,9 +144,9 @@ ;; CHECK-NEXT: ;; CHECK-NEXT: --disable-strings Disable strings ;; CHECK-NEXT: -;; CHECK-NEXT: --enable-multi-memories Enable multi-memories +;; CHECK-NEXT: --enable-multimemory Enable multimemory ;; CHECK-NEXT: -;; CHECK-NEXT: --disable-multi-memories Disable multi-memories +;; CHECK-NEXT: --disable-multimemory Disable multimemory ;; CHECK-NEXT: ;; CHECK-NEXT: --enable-typed-function-references Deprecated compatibility flag ;; CHECK-NEXT: |