[compiler-rt] [llvm] [InstrProf] Add debuginfod correlation support (PR #106606)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 10:15:30 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.
----------------
gulfemsavrun wrote:

Done.

https://github.com/llvm/llvm-project/pull/106606


More information about the llvm-commits mailing list