Skip to content

Commit d76e560

Browse files
committed
[ASTMangler][Distributed] fix compile issue after changes on main
1 parent 746521b commit d76e560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/AST/ASTMangler.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4259,7 +4259,8 @@ void ASTMangler::appendDistributedThunk(
42594259
};
42604260

42614261
if (auto *P = referenceInProtocolContextOrRequirement()) {
4262-
appendContext(P->getDeclContext(), thunk->getAlternateModuleName());
4262+
appendContext(P->getDeclContext(), base,
4263+
thunk->getAlternateModuleName());
42634264
appendIdentifier(Twine("$", P->getNameStr()).str());
42644265
appendOperator("C"); // necessary for roundtrip, though we don't use it
42654266
} else {

0 commit comments

Comments
 (0)