[compiler-rt] [clang] [llvm] [clang-tools-extra] [PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semicolon as delimiter for local-linkage varibles. (PR #74008)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 10 21:14:14 PST 2023
================
@@ -41,6 +41,10 @@ namespace Intrinsic {
typedef unsigned ID;
} // end namespace Intrinsic
+// Choose ';' as the delimiter. ':' was used once but it doesn't work well for
+// Objective-C functions which commonly have :'s in their names
----------------
MaskRay wrote:
add a full stop
https://github.com/llvm/llvm-project/pull/74008
More information about the llvm-commits
mailing list