mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[ASTMangler][Distributed] fix compile issue after changes on main
This commit is contained in:
@@ -4259,7 +4259,8 @@ void ASTMangler::appendDistributedThunk(
|
||||
};
|
||||
|
||||
if (auto *P = referenceInProtocolContextOrRequirement()) {
|
||||
appendContext(P->getDeclContext(), thunk->getAlternateModuleName());
|
||||
appendContext(P->getDeclContext(), base,
|
||||
thunk->getAlternateModuleName());
|
||||
appendIdentifier(Twine("$", P->getNameStr()).str());
|
||||
appendOperator("C"); // necessary for roundtrip, though we don't use it
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user