Skip to content

Commit 84c2c38

Browse files
authored
Merge pull request #81958 from ktoso/wip-distributed-irgenmangler-more
2 parents 3114657 + cc532fb commit 84c2c38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/IRGen/IRGenMangler.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ class IRGenMangler : public Mangle::ASTMangler {
5151
beginMangling();
5252
appendEntity(func);
5353
appendOperator("Tj");
54+
if (func->isDistributedThunk())
55+
appendSymbolKind(SymbolKind::DistributedThunk);
5456
return finalize();
5557
}
5658

0 commit comments

Comments
 (0)