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.
+
+...@interface Base @end
+
+...@interface Sub1 : Base @end
+
+...@implementation Sub1 @end
+
+...@implementation Base {
+...@private
+ id ivar;
+}
+...@end
+
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits