We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910b4ee commit 7e77bc4Copy full SHA for 7e77bc4
test/IRGen/witness-method-elimination-ir.swift
@@ -15,7 +15,7 @@ struct MyStruct : TheProtocol {
15
}
16
17
// CHECK: @"$s4main8MyStructVAA11TheProtocolAAWP" =
18
-// CHECK-SAME: i8* bitcast (%swift.protocol_conformance_descriptor* @"$s4main8MyStructVAA11TheProtocolAAMc" to i8*)
+// CHECK-SAME: i8* bitcast ({{.*}} @"$s4main8MyStructVAA11TheProtocolAAMc{{(.ptrauth)?}}" to i8*)
19
// CHECK-SAME: i8* bitcast ({{.*}} @"$s4main8MyStructVAA11TheProtocolA2aDP10func1_liveyyFTW{{(.ptrauth)?}}" to i8*)
20
// CHECK-SAME: i8* bitcast ({{.*}} @"$s4main8MyStructVAA11TheProtocolA2aDP10func2_deadyyFTW{{(.ptrauth)?}}" to i8*)
21
// CHECK-64-SAME: align 8, !type !0, !type !1, !vcall_visibility !2
0 commit comments