File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4301,8 +4301,10 @@ static bool doesNotRequireInstantiation(
4301
4301
return true ;
4302
4302
}
4303
4303
4304
+ #if SWIFT_PTRAUTH
4304
4305
static const unsigned swift_ptrauth_key_associated_type =
4305
- swift_ptrauth_key_associated_type;
4306
+ ptrauth_key_process_independent_code;
4307
+ #endif
4306
4308
4307
4309
// / Given an unsigned pointer to an associated-type protocol witness,
4308
4310
// / fill in the appropriate slot in the witness table we're building.
@@ -4316,10 +4318,10 @@ static void initAssociatedTypeProtocolWitness(const Metadata **slot,
4316
4318
swift_ptrauth_init (slot, witness, reqt.Flags .getExtraDiscriminator ());
4317
4319
}
4318
4320
4321
+ #if SWIFT_PTRAUTH
4319
4322
static const unsigned swift_ptrauth_key_associated_conformance =
4320
- swift_ptrauth_key_associated_conformance ;
4323
+ ptrauth_key_process_independent_code ;
4321
4324
4322
- #if SWIFT_PTRAUTH
4323
4325
// / Given an unsigned pointer to an associated-conformance protocol witness,
4324
4326
// / fill in the appropriate slot in the witness table we're building.
4325
4327
static void initAssociatedConformanceProtocolWitness (void **slot, void *witness,
You can’t perform that action at this time.
0 commit comments