summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2009-08-01 16:37:18 +0000
committerEli Friedman <eli.friedman@gmail.com>2009-08-01 16:37:18 +0000
commitf165160724b149ff7a758db04d4ded01938e9c5d (patch)
tree57f5159b32cd1b7974a35b2f293d7c193c8ccc57 /llvm/test
parent590c3586817f78ed76494aa6f9f0c227d4249a8d (diff)
downloadbcm5719-llvm-f165160724b149ff7a758db04d4ded01938e9c5d.tar.gz
bcm5719-llvm-f165160724b149ff7a758db04d4ded01938e9c5d.zip
Hack to make this test work on platforms which aren't Macs. Fixing this
myself because I'm getting tired of seeing the red buildbots, which have been red since 5:30PM PDT last night. Proposed supplement to developer policy: committers should make sure to be around to watch for buildbot failures after committing. llvm-svn: 77785
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-call.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-call.ll b/llvm/test/CodeGen/Thumb2/thumb2-call.ll
index 23a9b16be06..a566ec8ab1e 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-call.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-call.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | FileCheck %s
+; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 -mtriple=armv6-apple-darwin10 | FileCheck %s
@t = weak global i32 ()* null ; <i32 ()**> [#uses=1]
OpenPOWER on IntegriCloud