[llvm-branch-commits] [cfe-branch] r71491 - /cfe/branches/Apple/Dib/test/CodeGen/atomic.c

Mike Stump mrs at apple.com
Mon May 11 16:04:37 PDT 2009


Author: mrs
Date: Mon May 11 18:04:37 2009
New Revision: 71491

URL: http://llvm.org/viewvc/llvm-project?rev=71491&view=rev
Log:
Merge in 71361:

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

Modified:
    cfe/branches/Apple/Dib/test/CodeGen/atomic.c

Modified: cfe/branches/Apple/Dib/test/CodeGen/atomic.c
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/Dib/test/CodeGen/atomic.c?rev=71491&r1=71490&r2=71491&view=diff

==============================================================================
--- cfe/branches/Apple/Dib/test/CodeGen/atomic.c (original)
+++ cfe/branches/Apple/Dib/test/CodeGen/atomic.c Mon May 11 18:04:37 2009
@@ -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 &&





More information about the llvm-branch-commits mailing list