r306372 - clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 27 00:40:47 PDT 2017


Author: chapuni
Date: Tue Jun 27 00:40:47 2017
New Revision: 306372

URL: http://llvm.org/viewvc/llvm-project?rev=306372&view=rev
Log:
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.

Modified:
    cfe/trunk/test/CodeGenObjC/ivar-type-encoding.m

Modified: cfe/trunk/test/CodeGenObjC/ivar-type-encoding.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/ivar-type-encoding.m?rev=306372&r1=306371&r2=306372&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/ivar-type-encoding.m (original)
+++ cfe/trunk/test/CodeGenObjC/ivar-type-encoding.m Tue Jun 27 00:40:47 2017
@@ -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"




More information about the cfe-commits mailing list