summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/function-imports.ll
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2018-05-10 17:59:41 +0000
committerSam Clegg <sbc@chromium.org>2018-05-10 17:59:41 +0000
commit262e09018b60d5c075f28c1e74b4c3a792f55969 (patch)
tree92578a0ee46e7fc4b86b3ba491dc21febafd6e16 /lld/test/wasm/function-imports.ll
parenta5908009cdf96ed376d73f91a8418b97057b663e (diff)
downloadbcm5719-llvm-262e09018b60d5c075f28c1e74b4c3a792f55969.tar.gz
bcm5719-llvm-262e09018b60d5c075f28c1e74b4c3a792f55969.zip
[WebAssembly] Remove final -wasm component of target triple. NFC.
This has been the default for a while now. llvm-svn: 332009
Diffstat (limited to 'lld/test/wasm/function-imports.ll')
-rw-r--r--lld/test/wasm/function-imports.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/wasm/function-imports.ll b/lld/test/wasm/function-imports.ll
index ec509e6d4d9..a2c6405b056 100644
--- a/lld/test/wasm/function-imports.ll
+++ b/lld/test/wasm/function-imports.ll
@@ -3,7 +3,7 @@
; RUN: wasm-ld -o %t.wasm %t.ret32.o %t.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 {
OpenPOWER on IntegriCloud