summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC
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
commitc812b5b33a1d0ec9f7b6978ac1fb0112093eedf6 (patch)
tree876c0235e17951270ec66eca922a559332153efe /llvm/test/CodeGen/SPARC
parent31cb1b547d7e19236c4d464b944111734413de1e (diff)
downloadbcm5719-llvm-c812b5b33a1d0ec9f7b6978ac1fb0112093eedf6.tar.gz
bcm5719-llvm-c812b5b33a1d0ec9f7b6978ac1fb0112093eedf6.zip
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
Diffstat (limited to 'llvm/test/CodeGen/SPARC')
-rw-r--r--llvm/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll b/llvm/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
index 60bdf06dfd0..308980d1ccb 100644
--- a/llvm/test/CodeGen/SPARC/2011-01-19-DelaySlot.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud