[llvm-branch-commits] [llvm] [DLCov] Origin-Tracking: Add debugify support (PR #143594)

Jeremy Morse via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 3 03:28:44 PDT 2025


================
@@ -59,6 +65,52 @@ cl::opt<Level> DebugifyLevel(
 
 raw_ostream &dbg() { return Quiet ? nulls() : errs(); }
 
+#if LLVM_ENABLE_DEBUGLOC_TRACKING_ORIGIN
+// These maps refer to addresses in this instance of LLVM, so we can reuse them
+// everywhere - therefore, we store them at file scope.
----------------
jmorse wrote:

I feel the term "instance of LLVM" could be more precise: can we us the word "process" here? All other ambiguities and difficulties of fixed addresses are brought to mind with the word process.

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


More information about the llvm-branch-commits mailing list