[cfe-commits] r75400 - /cfe/trunk/test/CodeGenObjC/protocols.m

Daniel Dunbar daniel at zuster.org
Sat Jul 11 16:04:43 PDT 2009


Author: ddunbar
Date: Sat Jul 11 18:04:43 2009
New Revision: 75400

URL: http://llvm.org/viewvc/llvm-project?rev=75400&view=rev
Log:
Force NeXT runtime for this test.

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

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

==============================================================================
--- cfe/trunk/test/CodeGenObjC/protocols.m (original)
+++ cfe/trunk/test/CodeGenObjC/protocols.m Sat Jul 11 18:04:43 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm %s -o %t
+// RUN: clang-cc -fnext-runtime -emit-llvm %s -o %t
 
 void p(const char*, ...);
 





More information about the cfe-commits mailing list