[cfe-commits] r59463 - /cfe/trunk/test/CodeGenObjC/synchronized.m
Douglas Gregor
doug.gregor at gmail.com
Mon Nov 17 12:45:14 PST 2008
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>
More information about the cfe-commits
mailing list