[clang-tools-extra] [llvm-profdata] Do not create numerical strings for MD5 function names read from a Sample Profile. (PR #66164)
David Li via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 20 14:04:33 PDT 2023
================
@@ -715,7 +717,7 @@ class SampleContext {
private:
/// Mangled name of the function.
- StringRef Name;
+ ProfileFuncRef Name;
----------------
david-xl wrote:
Name --> Func
https://github.com/llvm/llvm-project/pull/66164
More information about the cfe-commits
mailing list