diff options
Diffstat (limited to 'lld/test/wasm/function-imports-first.ll')
-rw-r--r-- | lld/test/wasm/function-imports-first.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/function-imports-first.ll b/lld/test/wasm/function-imports-first.ll index ec8bd4ef0cf..00c73741b06 100644 --- a/lld/test/wasm/function-imports-first.ll +++ b/lld/test/wasm/function-imports-first.ll @@ -3,7 +3,7 @@ ; RUN: wasm-ld -o %t.wasm %t.o %t.ret32.o ; RUN: obj2yaml %t.wasm | FileCheck %s -target triple = "wasm32-unknown-unknown-wasm" +target triple = "wasm32-unknown-unknown" ; Function Attrs: nounwind define hidden void @_start() local_unnamed_addr #0 { |