[cfe-commits] r73301 - /cfe/trunk/test/CodeGenObjC/property-complex.m

Daniel Dunbar daniel at zuster.org
Sat Jun 13 13:02:27 PDT 2009


Author: ddunbar
Date: Sat Jun 13 15:02:26 2009
New Revision: 73301

URL: http://llvm.org/viewvc/llvm-project?rev=73301&view=rev
Log:
Don't include system headers when overriding triple.

Modified:
    cfe/trunk/test/CodeGenObjC/property-complex.m

Modified: cfe/trunk/test/CodeGenObjC/property-complex.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/property-complex.m?rev=73301&r1=73300&r2=73301&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/property-complex.m (original)
+++ cfe/trunk/test/CodeGenObjC/property-complex.m Sat Jun 13 15:02:26 2009
@@ -1,7 +1,5 @@
-// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm -S -o - %s &&
-// RUN: clang-cc -triple x86_64-apple-darwin9 -fnext-runtime -emit-llvm -S -o - %s
-
-#include <stdio.h>
+// RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm -S -o - %s &&
+// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-llvm -S -o - %s
 
 @interface I0 {
 @public





More information about the cfe-commits mailing list