force a target triple so that the right greppable output happens.

llvm-svn: 71361
This commit is contained in:
Chris Lattner 2009-05-09 17:36:58 +00:00
parent c9c3dab491
commit da38fda583
1 changed files with 1 additions and 1 deletions

View 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 &&