https://github.com/djtodoro edited
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
@@ -59,6 +65,52 @@ cl::opt 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
https://github.com/djtodoro commented:
@SLTozer thanks for doing this!
Are you planning to extend documentation, e.g.
https://llvm.org/docs/HowToUpdateDebugInfo.html#how-to-automatically-convert-tests-into-debug-info-tests?
https://github.com/llvm/llvm-project/pull/143594
Author: Djordje Todorovic
Date: 2021-01-18T15:29:59+01:00
New Revision: 2040c1110b661caae7999abc0158a7f57a6400fb
URL:
https://github.com/llvm/llvm-project/commit/2040c1110b661caae7999abc0158a7f57a6400fb
DIFF:
https://github.com/llvm/llvm-project/commit/2040c1110b661caae7999abc0158a7f57a6400fb.d
Author: Djordje Todorovic
Date: 2020-12-09T12:54:59+01:00
New Revision: 163c223161b8cd33e812613b27fbc52ea6e0f880
URL:
https://github.com/llvm/llvm-project/commit/163c223161b8cd33e812613b27fbc52ea6e0f880
DIFF:
https://github.com/llvm/llvm-project/commit/163c223161b8cd33e812613b27fbc52ea6e0f880.d