summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/undefined.ll
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/wasm/undefined.ll')
-rw-r--r--lld/test/wasm/undefined.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/undefined.ll b/lld/test/wasm/undefined.ll
index bdbb11c3034..7d2161d2bcc 100644
--- a/lld/test/wasm/undefined.ll
+++ b/lld/test/wasm/undefined.ll
@@ -13,7 +13,7 @@
; Succeeds even if a missing symbol is added via --export
; RUN: wasm-ld --allow-undefined --export=xxx -o %t.wasm %t.o
-target triple = "wasm32-unknown-unknown-wasm"
+target triple = "wasm32-unknown-unknown"
; Takes the address of the external foo() resulting in undefined external
@bar = hidden local_unnamed_addr global i8* bitcast (i32 ()* @foo to i8*), align 4
OpenPOWER on IntegriCloud