[cfe-commits] r99194 - /cfe/trunk/test/CodeGenObjC/objc2-nonfragile-abi-impl.m

Fariborz Jahanian fjahanian at apple.com
Mon Mar 22 11:27:27 PDT 2010


Author: fjahanian
Date: Mon Mar 22 13:27:27 2010
New Revision: 99194

URL: http://llvm.org/viewvc/llvm-project?rev=99194&view=rev
Log:
Test for my last patch.


Added:
    cfe/trunk/test/CodeGenObjC/objc2-nonfragile-abi-impl.m

Added: cfe/trunk/test/CodeGenObjC/objc2-nonfragile-abi-impl.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/objc2-nonfragile-abi-impl.m?rev=99194&view=auto
==============================================================================
--- cfe/trunk/test/CodeGenObjC/objc2-nonfragile-abi-impl.m (added)
+++ cfe/trunk/test/CodeGenObjC/objc2-nonfragile-abi-impl.m Mon Mar 22 13:27:27 2010
@@ -0,0 +1,15 @@
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi2 -emit-llvm -o %t %s
+// rdar://7547942.
+
+ at interface Base @end
+
+ at interface Sub1 : Base @end
+
+ at implementation Sub1 @end
+
+ at implementation Base { 
+ at private 
+  id ivar; 
+} 
+ at end
+





More information about the cfe-commits mailing list