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.
1 parent d49dd18 commit cc532fbCopy full SHA for cc532fb
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