[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:38 PDT 2023
================
@@ -537,6 +538,9 @@ class SampleContext {
assert(!Name.empty() && "Name is empty");
}
+ SampleContext(ProfileFuncRef Name)
----------------
david-xl wrote:
Name ->Func
https://github.com/llvm/llvm-project/pull/66164
More information about the cfe-commits
mailing list