We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3114657 + cc532fb commit 84c2c38Copy full SHA for 84c2c38
lib/IRGen/IRGenMangler.h
@@ -51,6 +51,8 @@ class IRGenMangler : public Mangle::ASTMangler {
51
beginMangling();
52
appendEntity(func);
53
appendOperator("Tj");
54
+ if (func->isDistributedThunk())
55
+ appendSymbolKind(SymbolKind::DistributedThunk);
56
return finalize();
57
}
58
0 commit comments