We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689ffbe commit 3abefd1Copy full SHA for 3abefd1
validation-test/Reflection/reflect_Enum_values12.swift
@@ -76,7 +76,8 @@ reflect(object: C())
76
77
// CHECK64-NEXT: (class_instance size=24 alignment=8 stride=24 num_extra_inhabitants=0 bitwise_takable=1
78
// CHECK64-NEXT: (field name=outer offset=16
79
-// CHECK64-NEXT: (multi_payload_enum size=8 alignment=8 stride=8 num_extra_inhabitants=126 bitwise_takable=1
+// x86_64 and arm64 have different spare bit pointer masks, hence different numbers of extra inhabitants here
80
+// CHECK64-NEXT: (multi_payload_enum size=8 alignment=8 stride=8 num_extra_inhabitants={{[0-9]+}} bitwise_takable=1
81
82
// CHECK32-NEXT: (class_instance size=12 alignment=4 stride=12 num_extra_inhabitants=0 bitwise_takable=1
83
// CHECK32-NEXT: (field name=outer offset=8
0 commit comments