From f165160724b149ff7a758db04d4ded01938e9c5d Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Sat, 1 Aug 2009 16:37:18 +0000 Subject: [PATCH] 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 --- llvm/test/CodeGen/Thumb2/thumb2-call.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/Thumb2/thumb2-call.ll b/llvm/test/CodeGen/Thumb2/thumb2-call.ll index 23a9b16be06c..a566ec8ab1ea 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 ; [#uses=1]