File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4301,8 +4301,10 @@ static bool doesNotRequireInstantiation(
43014301 return true ;
43024302}
43034303
4304+ #if SWIFT_PTRAUTH
43044305static const unsigned swift_ptrauth_key_associated_type =
4305- swift_ptrauth_key_associated_type;
4306+ ptrauth_key_process_independent_code;
4307+ #endif
43064308
43074309// / Given an unsigned pointer to an associated-type protocol witness,
43084310// / fill in the appropriate slot in the witness table we're building.
@@ -4316,10 +4318,10 @@ static void initAssociatedTypeProtocolWitness(const Metadata **slot,
43164318 swift_ptrauth_init (slot, witness, reqt.Flags .getExtraDiscriminator ());
43174319}
43184320
4321+ #if SWIFT_PTRAUTH
43194322static const unsigned swift_ptrauth_key_associated_conformance =
4320- swift_ptrauth_key_associated_conformance ;
4323+ ptrauth_key_process_independent_code ;
43214324
4322- #if SWIFT_PTRAUTH
43234325// / Given an unsigned pointer to an associated-conformance protocol witness,
43244326// / fill in the appropriate slot in the witness table we're building.
43254327static void initAssociatedConformanceProtocolWitness (void **slot, void *witness,
You can’t perform that action at this time.
0 commit comments