pcc added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenModule.cpp:1117
+ llvm::MD5::stringifyResult(R, Str);
+ std::string UniqueSuffix = (".$" + Str).str();
+ MangledName = MangledName + UniqueSuffix;
----------------
Why `".$"` and not just `"."`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73307/new/
https://reviews.llvm.org/D73307
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits