File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ enum Singleton {
1010
1111// CHECK: @"$s1A1GC14zeroSizedFieldAA9SingletonOvpWvd" = hidden constant i{{(64|32)}} 0
1212// Check that the instance start is after the header (at 8 or 16).
13- // CHECK-macosx: _DATA__TtC1A1G = internal constant {{.*}} { i32 {{(128|129 )}}, i32 {{(16|8|40 )}}
14- // CHECK-ios: _DATA__TtC1A1G = internal constant {{.*}} { i32 {{(128|129 )}}, i32 {{(16|8|40 )}}
15- // CHECK-watchos: _DATA__TtC1A1G = internal constant {{.*}} { i32 {{(128|129 )}}, i32 {{(16|8|40 )}}
16- // CHECK-tvos: _DATA__TtC1A1G = internal constant {{.*}} { i32 {{(128|129 )}}, i32 {{(16|8|40 )}}
13+ // CHECK-macosx: @ _DATA__TtC1A1G = internal constant {{.*}} { i32 {{(128|192 )}}, i32 {{(16|8)}}
14+ // CHECK-ios: @ _DATA__TtC1A1G = internal constant {{.*}} { i32 {{(128|192 )}}, i32 {{(16|8)}}
15+ // CHECK-watchos: @ _DATA__TtC1A1G = internal constant {{.*}} { i32 {{(128|192 )}}, i32 {{(16|8)}}
16+ // CHECK-tvos: @ _DATA__TtC1A1G = internal constant {{.*}} { i32 {{(128|192 )}}, i32 {{(16|8)}}
1717
1818class G {
1919 var zeroSizedField = Singleton . only
You can’t perform that action at this time.
0 commit comments