mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #85560 from slavapestov/fix-ridiculous-irgen-thing
IRGen: Remove unsafe usage of static variable
This commit is contained in:
@@ -465,6 +465,10 @@ class LinkEntity {
|
||||
// These are both type kinds and protocol-conformance kinds.
|
||||
// TYPE KINDS: BEGIN {{
|
||||
|
||||
/// A SIL differentiability witness. The pointer is a
|
||||
/// SILDifferentiabilityWitness*.
|
||||
DifferentiabilityWitness,
|
||||
|
||||
/// A lazy protocol witness accessor function. The pointer is a
|
||||
/// canonical TypeBase*, and the secondary pointer is a
|
||||
/// ProtocolConformance*.
|
||||
@@ -475,10 +479,6 @@ class LinkEntity {
|
||||
/// ProtocolConformance*.
|
||||
ProtocolWitnessTableLazyCacheVariable,
|
||||
|
||||
/// A SIL differentiability witness. The pointer is a
|
||||
/// SILDifferentiabilityWitness*.
|
||||
DifferentiabilityWitness,
|
||||
|
||||
// Everything following this is a type kind.
|
||||
|
||||
/// A value witness for a type.
|
||||
|
||||
Reference in New Issue
Block a user