summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-18 17:22:19 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-18 17:22:19 +0000
commit1e1954f7496dfa14eab09eef5adcf0991c28fc3b (patch)
tree55dc6560e8656e4396329f50602c9419d361718a /test
parent5dd15cdb8359d6b62f15334cf7c11bb617214ea4 (diff)
downloadllvm-1e1954f7496dfa14eab09eef5adcf0991c28fc3b.tar.gz
llvm-1e1954f7496dfa14eab09eef5adcf0991c28fc3b.tar.bz2
llvm-1e1954f7496dfa14eab09eef5adcf0991c28fc3b.tar.xz
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? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/SPARC/2011-01-19-DelaySlot.ll1
-rw-r--r--test/CodeGen/X86/atom-bypass-slow-division-64.ll4
2 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll b/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
index 60bdf06dfd..308980d1cc 100644
--- a/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
+++ b/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
@@ -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:
diff --git a/test/CodeGen/X86/atom-bypass-slow-division-64.ll b/test/CodeGen/X86/atom-bypass-slow-division-64.ll
index d1b52a4ec3..5980b7907c 100644
--- a/test/CodeGen/X86/atom-bypass-slow-division-64.ll
+++ b/test/CodeGen/X86/atom-bypass-slow-division-64.ll
@@ -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