summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-05-04 21:46:27 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-05-04 21:46:27 +0000
commitc46fff0f5fcdbf46affc8352fbd120a1a2a58de7 (patch)
tree7d3165d1c092e1276451cbc736bd75985932b644
parent9252ee1779173a78d8c2ef62c063d8c5bb652af2 (diff)
downloadbcm5719-llvm-c46fff0f5fcdbf46affc8352fbd120a1a2a58de7.tar.gz
bcm5719-llvm-c46fff0f5fcdbf46affc8352fbd120a1a2a58de7.zip
Adding more test to ivar-layout-64.m.
llvm-svn: 70918
-rw-r--r--clang/test/CodeGenObjC/ivar-layout-64.m23
1 files changed, 23 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/ivar-layout-64.m b/clang/test/CodeGenObjC/ivar-layout-64.m
index 0976735637c..7301e168218 100644
--- a/clang/test/CodeGenObjC/ivar-layout-64.m
+++ b/clang/test/CodeGenObjC/ivar-layout-64.m
@@ -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 @@ __weak B *f2;
@implementation D
@synthesize p3 = _p3;
@end
+
+typedef unsigned short UInt16;
+
+
+typedef signed char BOOL;
+typedef unsigned int FSCatalogInfoBitmap;
+
+@interface NSFileLocationComponent {
+ @private
+
+ id _specifierOrStandardizedPath;
+ BOOL _carbonCatalogInfoAndNameAreValid;
+ FSCatalogInfoBitmap _carbonCatalogInfoMask;
+ id _name;
+ id _containerComponent;
+ id _presentableName;
+ id _iconAsAttributedString;
+}
+@end
+
+@implementation NSFileLocationComponent @end
+
OpenPOWER on IntegriCloud