summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-06-04 16:04:37 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-06-04 16:04:37 +0000
commitf0dc11ad7f5ca007636a3e6fdc69adf878768bc3 (patch)
tree3074f00dfb26ed2adaa5f9cc75ba2af074225809 /clang/test/CodeGenObjC
parent6f0a5edb3f9fb635c7081c633ab0f433da836123 (diff)
downloadbcm5719-llvm-f0dc11ad7f5ca007636a3e6fdc69adf878768bc3.tar.gz
bcm5719-llvm-f0dc11ad7f5ca007636a3e6fdc69adf878768bc3.zip
Objective-C encoding. Fixes up encodeing for
arrays of empty structs. // rdar://14053082 (also pr13062). llvm-svn: 183234
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/encode-test.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/encode-test.m b/clang/test/CodeGenObjC/encode-test.m
index e8d65413740..d6e7b6dfcca 100644
--- a/clang/test/CodeGenObjC/encode-test.m
+++ b/clang/test/CodeGenObjC/encode-test.m
@@ -159,7 +159,7 @@ struct f
int tt;
};
-// CHECK: @g10 = constant [14 x i8] c"{f=i[0{?=}]i}\00"
+// CHECK: @g10 = constant [14 x i8] c"{f=i[4{?=}]i}\00"
const char g10[] = @encode(struct f);
// rdar://9622422
OpenPOWER on IntegriCloud