diff options
Diffstat (limited to 'lld/test/wasm/gc-sections.ll')
-rw-r--r-- | lld/test/wasm/gc-sections.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/gc-sections.ll b/lld/test/wasm/gc-sections.ll index d1e867e4b6b..57b69738a6f 100644 --- a/lld/test/wasm/gc-sections.ll +++ b/lld/test/wasm/gc-sections.ll @@ -9,7 +9,7 @@ ; PRINT-GC: removing unused section {{.*}}:(unused_global) ; PRINT-GC-NOT: removing unused section {{.*}}:(used_global) -target triple = "wasm32-unknown-unknown-wasm" +target triple = "wasm32-unknown-unknown" @unused_data = hidden global i64 1, align 4 @used_data = hidden global i32 2, align 4 |