From 98ff205fd86eb2d1b26e91c6f731f1b307310f95 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 26 May 2022 14:56:36 -0700 Subject: [PATCH] [lld][WebAssembly] Update test after 87628f5804e2 --- lld/test/wasm/data-segment-merging.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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