[cfe-commits] r70918 - /cfe/trunk/test/CodeGenObjC/ivar-layout-64.m

Fariborz Jahanian fjahanian at apple.com
Mon May 4 14:46:27 PDT 2009


Author: fjahanian
Date: Mon May  4 16:46:27 2009
New Revision: 70918

URL: http://llvm.org/viewvc/llvm-project?rev=70918&view=rev
Log:
Adding more test to ivar-layout-64.m.


Modified:
    cfe/trunk/test/CodeGenObjC/ivar-layout-64.m

Modified: cfe/trunk/test/CodeGenObjC/ivar-layout-64.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/ivar-layout-64.m?rev=70918&r1=70917&r2=70918&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/ivar-layout-64.m (original)
+++ cfe/trunk/test/CodeGenObjC/ivar-layout-64.m Mon May  4 16:46:27 2009
@@ -3,6 +3,7 @@
 // RUN: grep '@"\\01L_OBJC_CLASS_NAME_.*" = internal global .* c"A\\00"' %t &&
 // RUN: grep '@"\\01L_OBJC_CLASS_NAME_.*" = internal global .* c"\\11q\\10\\00"' %t &&
 // RUN: grep '@"\\01L_OBJC_CLASS_NAME_.*" = internal global .* c"!q\\00"' %t &&
+// RUN: grep '@"\\01L_OBJC_CLASS_NAME_.*" = internal global .* c"\\01\\14\\00"' %t &&
 // RUN: true
 
 /*
@@ -64,3 +65,25 @@
 @implementation D
 @synthesize p3 = _p3;
 @end
+
+typedef unsigned short UInt16;
+
+
+typedef signed char BOOL;
+typedef unsigned int FSCatalogInfoBitmap;
+
+ at interface NSFileLocationComponent {
+    @private
+
+    id _specifierOrStandardizedPath;
+    BOOL _carbonCatalogInfoAndNameAreValid;
+    FSCatalogInfoBitmap _carbonCatalogInfoMask;
+    id _name;
+    id _containerComponent;
+    id _presentableName;
+    id _iconAsAttributedString;
+}
+ at end
+
+ at implementation NSFileLocationComponent @end
+





More information about the cfe-commits mailing list