Skip to content

Commit 89e4fb2

Browse files
committed
[IRGen] Distributed/NFC: Switch from ASTMangler to IRGenMangler
1 parent 1d297d1 commit 89e4fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/Linking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ std::string LinkEntity::mangleAsString() const {
528528

529529
auto thunk = dyn_cast<AbstractFunctionDecl>(DC);
530530
if (thunk && thunk->isDistributedThunk()) {
531-
ASTMangler mangler;
531+
IRGenMangler mangler;
532532
return mangler.mangleDistributedThunkRecord(thunk);
533533
}
534534

0 commit comments

Comments
 (0)