[cfe-commits] r91236 - /cfe/trunk/test/CodeGenObjC/property-list-in-class.m

Daniel Dunbar daniel at zuster.org
Sat Dec 12 18:20:50 PST 2009


Author: ddunbar
Date: Sat Dec 12 20:20:49 2009
New Revision: 91236

URL: http://llvm.org/viewvc/llvm-project?rev=91236&view=rev
Log:
Use clang -cc1 in test, to improve determinism.

Modified:
    cfe/trunk/test/CodeGenObjC/property-list-in-class.m

Modified: cfe/trunk/test/CodeGenObjC/property-list-in-class.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/property-list-in-class.m?rev=91236&r1=91235&r2=91236&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/property-list-in-class.m (original)
+++ cfe/trunk/test/CodeGenObjC/property-list-in-class.m Sat Dec 12 20:20:49 2009
@@ -1,4 +1,4 @@
-// RUN: clang -m64 -fobjc-nonfragile-abi -S -emit-llvm -o %t %s
+// RUN: clang-cc -fobjc-nonfragile-abi -emit-llvm -o - %s
 // FIXME. Test is incomplete.
 
 @protocol P 





More information about the cfe-commits mailing list