================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to