[compiler-rt] [llvm] [InstrProf] Add debuginfod correlation support (PR #106606)
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 14:31:28 PDT 2024
================
@@ -314,6 +316,11 @@ class RawInstrProfReader : public InstrProfReader {
/// If available, this hold the ProfileData array used to correlate raw
/// instrumentation data to their functions.
const InstrProfCorrelatorImpl<IntPtrT> *Correlator;
+ /// Correlator that fetches debuginfo from debuginfod on the fly by build id.
----------------
mysterymath wrote:
nit: build ID
https://github.com/llvm/llvm-project/pull/106606
More information about the llvm-commits
mailing list