aboutsummaryrefslogtreecommitdiffstats
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
commitf67e84edefe240bb1d30cfb63cf46f2d5631a072 (patch)
tree0f2d5d4d45b766e56afe3134f6837ce42e61dca1
parent25f7cfc3cccba6f569f29f79ea533bae960b93c0 (diff)
downloadexternal_llvm-f67e84edefe240bb1d30cfb63cf46f2d5631a072.zip
external_llvm-f67e84edefe240bb1d30cfb63cf46f2d5631a072.tar.gz
external_llvm-f67e84edefe240bb1d30cfb63cf46f2d5631a072.tar.bz2
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77785 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/Thumb2/thumb2-call.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-call.ll b/test/CodeGen/Thumb2/thumb2-call.ll
index 23a9b16..a566ec8 100644
--- a/test/CodeGen/Thumb2/thumb2-call.ll
+++ b/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]