1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Add some target triples for better determinism

These tests were failing on some buildbots after r206548 (reverted in
r206556), but passing locally.

They were missing target triples, so maybe that's the problem?

llvm-svn: 206621
This commit is contained in:
Duncan P. N. Exon Smith 2014-04-18 17:22:19 +00:00
parent 5a16573671
commit 34b26469cd
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
;RUN: llc -march=sparc < %s -verify-machineinstrs | FileCheck %s
;RUN: llc -march=sparc -O0 < %s -verify-machineinstrs | FileCheck %s -check-prefix=UNOPT
target triple = "sparc-unknown-linux-gnu"
define i32 @test(i32 %a) nounwind {
entry:

View File

@ -1,4 +1,6 @@
; RUN: llc < %s -mcpu=atom -mtriple=i686-linux -march=x86-64 | FileCheck %s
; RUN: llc < %s -mcpu=atom -march=x86-64 | FileCheck %s
target triple = "x86_64-unknown-linux-gnu"
; Additional tests for 64-bit divide bypass