summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/function-bitcasts.ll
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2018-05-10 17:49:11 +0000
committerSam Clegg <sbc@chromium.org>2018-05-10 17:49:11 +0000
commita5908009cdf96ed376d73f91a8418b97057b663e (patch)
tree86252df97272f506b68f6f906e277416472d685a /llvm/test/CodeGen/WebAssembly/function-bitcasts.ll
parentb7f274ef166ef021b1a590c669dec2f745922b27 (diff)
downloadbcm5719-llvm-a5908009cdf96ed376d73f91a8418b97057b663e.tar.gz
bcm5719-llvm-a5908009cdf96ed376d73f91a8418b97057b663e.zip
[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.
Summary: The final -wasm component has been the default for some time now. Subscribers: jfb, dschuff, jgravelle-google, eraman, aheejin, JDevlieghere, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D46342 llvm-svn: 332007
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/function-bitcasts.ll')
-rw-r--r--llvm/test/CodeGen/WebAssembly/function-bitcasts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/function-bitcasts.ll b/llvm/test/CodeGen/WebAssembly/function-bitcasts.ll
index ab03716ef74..d3553a40b71 100644
--- a/llvm/test/CodeGen/WebAssembly/function-bitcasts.ll
+++ b/llvm/test/CodeGen/WebAssembly/function-bitcasts.ll
@@ -3,7 +3,7 @@
; Test that function pointer casts are replaced with wrappers.
target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
-target triple = "wasm32-unknown-unknown-wasm"
+target triple = "wasm32-unknown-unknown"
declare void @has_i32_arg(i32)
declare i32 @has_i32_ret()
OpenPOWER on IntegriCloud