Author: dgregor
Date: Mon Nov 17 14:45:14 2008
New Revision: 59463

URL: http://llvm.org/viewvc/llvm-project?rev=59463&view=rev
Log:
Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target

Modified:
    cfe/trunk/test/CodeGenObjC/synchronized.m

Modified: cfe/trunk/test/CodeGenObjC/synchronized.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/synchronized.m?rev=59463&r1=59462&r2=59463&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/synchronized.m (original)
+++ cfe/trunk/test/CodeGenObjC/synchronized.m Mon Nov 17 14:45:14 2008
@@ -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>
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to