Skip to content

Commit 0c8cea6

Browse files
authored
Merge pull request #63940 from augusto2112/swift-mangled-name
Rename __swift_mangled_name to $__swift_mangled_name
2 parents 9e38c54 + 239d4e2 commit 0c8cea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PrintAsClang/ClangSyntaxPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,6 @@ void ClangSyntaxPrinter::printSwiftMangledNameForDebugger(
443443
if (!mangled_name.empty()) {
444444
os << " typedef char " << mangled_name << ";\n";
445445
os << " static inline constexpr " << mangled_name
446-
<< " __swift_mangled_name = 0;\n";
446+
<< " $__swift_mangled_name = 0;\n";
447447
}
448448
}

0 commit comments

Comments
 (0)