summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-07-12 01:16:50 +0000
committerMatthias Braun <matze@braunis.de>2017-07-12 01:16:50 +0000
commit053b084263e369c63e5f865ec6d9f88c835c8e57 (patch)
treec2e600ed35da16ed32782c4852b00f6780809db0 /llvm/test/CodeGen/PowerPC
parente82f49849b259c9e6dd2b310fb5e46c0c2ee306a (diff)
downloadbcm5719-llvm-053b084263e369c63e5f865ec6d9f88c835c8e57.tar.gz
bcm5719-llvm-053b084263e369c63e5f865ec6d9f88c835c8e57.zip
Specify complete target triple in test
This should fix the problems on the greendragon build. llvm-svn: 307747
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/tailcall1-64.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/tailcall1-64.ll b/llvm/test/CodeGen/PowerPC/tailcall1-64.ll
index 4b0aafbe0a0..58ab0bce309 100644
--- a/llvm/test/CodeGen/PowerPC/tailcall1-64.ll
+++ b/llvm/test/CodeGen/PowerPC/tailcall1-64.ll
@@ -1,5 +1,5 @@
-; RUN: llc -relocation-model=static -verify-machineinstrs < %s -march=ppc64 -tailcallopt | grep TC_RETURNd8
-; RUN: llc -relocation-model=static -verify-machineinstrs -march=ppc64 < %s | FileCheck %s
+; RUN: llc -relocation-model=static -verify-machineinstrs < %s -mtriple=ppc64-- -tailcallopt | grep TC_RETURNd8
+; RUN: llc -relocation-model=static -verify-machineinstrs -mtriple=ppc64-- < %s | FileCheck %s
define fastcc i32 @tailcallee(i32 %a1, i32 %a2, i32 %a3, i32 %a4) {
entry:
ret i32 %a3
OpenPOWER on IntegriCloud