[clang] [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
================
@@ -476,12 +471,12 @@ enum ContextAttributeMask {
// Represents a context frame with function name and line location
struct SampleContextFrame {
- StringRef FuncName;
+ ProfileFuncRef FuncName;
----------------
david-xl wrote:
Nit: FuncName--> Func
https://github.com/llvm/llvm-project/pull/66164
More information about the cfe-commits
mailing list