[lld] 98ff205 - [lld][WebAssembly] Update test after 87628f5804e2
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Thu May 26 14:57:43 PDT 2022
Author: Sam Clegg
Date: 2022-05-26T14:57:17-07:00
New Revision: 98ff205fd86eb2d1b26e91c6f731f1b307310f95
URL: https://github.com/llvm/llvm-project/commit/98ff205fd86eb2d1b26e91c6f731f1b307310f95
DIFF: https://github.com/llvm/llvm-project/commit/98ff205fd86eb2d1b26e91c6f731f1b307310f95.diff
LOG: [lld][WebAssembly] Update test after 87628f5804e2
Added:
Modified:
lld/test/wasm/data-segment-merging.ll
Removed:
################################################################################
diff --git a/lld/test/wasm/data-segment-merging.ll b/lld/test/wasm/data-segment-merging.ll
index 99f1a95c5854..e6f3c5ee469f 100644
--- a/lld/test/wasm/data-segment-merging.ll
+++ b/lld/test/wasm/data-segment-merging.ll
@@ -102,9 +102,9 @@
; PASSIVE-MERGE-NEXT: - Index: 2
; PASSIVE-MERGE-NEXT: Name: __wasm_init_memory
-; RUN: wasm-ld -no-gc-sections --no-entry --shared-memory --max-memory=131072 -no-merge-data-segments -o %t.separate.passive.wasm %t.passive.o
+; RUN: wasm-ld -no-gc-sections --no-entry --shared-memory --max-memory=131072 --no-merge-data-segments -o %t.separate.passive.wasm %t.passive.o
; RUN: obj2yaml %t.separate.passive.wasm | FileCheck %s --check-prefix=PASSIVE-SEPARATE
-; RUN: wasm-ld -mwasm64 -no-gc-sections --no-entry --shared-memory --max-memory=131072 -no-merge-data-segments -o %t.separate.passive64.wasm %t.passive64.o
+; RUN: wasm-ld -mwasm64 -no-gc-sections --no-entry --shared-memory --max-memory=131072 --no-merge-data-segments -o %t.separate.passive64.wasm %t.passive64.o
; RUN: obj2yaml %t.separate.passive64.wasm | FileCheck %s --check-prefix=PASSIVE-SEPARATE
; PASSIVE-SEPARATE-LABEL: - Type: DATACOUNT
More information about the llvm-commits
mailing list