mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Distributed] Handle mangling thunks in extensions with generic AS and $Stubs (#71914)
This commit is contained in:
committed by
GitHub
parent
92f3b0f2c4
commit
c56a1e8be7
@@ -3013,13 +3013,6 @@ ManglingError Remangler::mangleAccessibleFunctionRecord(Node *node,
|
||||
return ManglingError::Success;
|
||||
}
|
||||
|
||||
ManglingError
|
||||
Remangler::mangleAccessibleProtocolRequirementFunctionRecord(Node *node,
|
||||
unsigned depth) {
|
||||
Buffer << "HpF";
|
||||
return ManglingError::Success;
|
||||
}
|
||||
|
||||
ManglingError Remangler::mangleBackDeploymentThunk(Node *node, unsigned depth) {
|
||||
Buffer << "Twb";
|
||||
return ManglingError::Success;
|
||||
|
||||
Reference in New Issue
Block a user