comparison clang/test/CodeGenObjC/encode-test-6.m @ 221:79ff65ed7e25

LLVM12 Original
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 15 Jun 2021 19:15:29 +0900
parents 1d019706d866
children c4bab56944e8
comparison
equal deleted inserted replaced
220:42394fc6a535 221:79ff65ed7e25
59 typeof(@encode(typeof(i))) e = @encode(typeof(i)); 59 typeof(@encode(typeof(i))) e = @encode(typeof(i));
60 const char * Test() 60 const char * Test()
61 { 61 {
62 return e; 62 return e;
63 } 63 }
64 // CHECK: @e = global [2 x i8] c"i\00", align 1 64 // CHECK: @e ={{.*}} global [2 x i8] c"i\00", align 1
65 // CHECK: define i8* @Test() 65 // CHECK: define{{.*}} i8* @Test()
66 // CHECK: ret i8* getelementptr inbounds ([2 x i8], [2 x i8]* @e, i64 0, i64 0) 66 // CHECK: ret i8* getelementptr inbounds ([2 x i8], [2 x i8]* @e, i64 0, i64 0)