]> granicus.if.org Git - clang/commitdiff
Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target
authorDouglas Gregor <dgregor@apple.com>
Mon, 17 Nov 2008 20:45:14 +0000 (20:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 17 Nov 2008 20:45:14 +0000 (20:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59463 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/synchronized.m

index ee4b8cad63403b6890c352436b49aae40ce6ccc8..0222846ccd710b58544169bdaff3a784a028ee53 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -emit-llvm -triple=i686-apple-darwin8 -o %t %s
+// RUNX: clang -emit-llvm -o %t %s
 
 #include <stdio.h>