forked from OSchip/llvm-project
force a target triple so that the right greppable output happens.
llvm-svn: 71361
This commit is contained in:
parent
c9c3dab491
commit
da38fda583
|
@ -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 &&
|
||||
|
|
Loading…
Reference in New Issue