summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-06-27 07:40:47 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-06-27 07:40:47 +0000
commit0cf2d68b92fe25b9509f16006241925c92cc93ab (patch)
treee82c341f05268b6a1f97339f615d67063e079e80 /test/CodeGenObjC
parent11150dad8c242355c230f1a2da0ac37b7df59ffa (diff)
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC')
-rw-r--r--test/CodeGenObjC/ivar-type-encoding.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/ivar-type-encoding.m b/test/CodeGenObjC/ivar-type-encoding.m
index d3afdc5f11..2fd962cf07 100644
--- a/test/CodeGenObjC/ivar-type-encoding.m
+++ b/test/CodeGenObjC/ivar-type-encoding.m
@@ -48,4 +48,4 @@ int main() {
// CHECK: @{{.*}} = private unnamed_addr constant [5 x i8] c"b0i3\00"
// CHECK: @{{.*}} = private unnamed_addr constant [5 x i8] c"b3s2\00"
// CHECK: @{{.*}} = private unnamed_addr constant [2 x i8] c"q\00"
-// CHECK: @{{.*}} = private unnamed_addr constant [7 x i8] c"b128c1\00"
+// CHECK: @{{.*}} = private unnamed_addr constant [{{7|6}} x i8] c"b{{128|96}}c1\00"