mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
Specify complete target triple in test
This should fix the problems on the greendragon build. llvm-svn: 307747
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user