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
This commit is contained in:
Eli Friedman 2009-08-01 16:37:18 +00:00
parent 590c358681
commit f165160724
1 changed files with 1 additions and 1 deletions

View File

@ -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]