]> granicus.if.org Git - clang/commitdiff
force a target triple so that the right greppable output happens.
authorChris Lattner <sabre@nondot.org>
Sat, 9 May 2009 17:36:58 +0000 (17:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 9 May 2009 17:36:58 +0000 (17:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71361 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/atomic.c

index 0e7af23f7a1b7dc6b590ca4338b48e8a9443a9aa..12a9910223c21cf3dd7d42c988b46ec2838e6ba6 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -emit-llvm -o - > %t1 &&
+// RUN: clang-cc %s -emit-llvm -o - -triple=i686-apple-darwin9 > %t1 &&
 // RUN: grep @llvm.atomic.load.add.i32 %t1 | count 3 &&
 // RUN: grep @llvm.atomic.load.sub.i8 %t1 | count 2 &&
 // RUN: grep @llvm.atomic.load.min.i32 %t1 &&