[llvm] [llvm-debuginfo-analyzer] Add support for LLVM IR format. (PR #135440)

Javier Lopez-Gomez via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 3 08:01:22 PDT 2025


================
@@ -22,6 +22,31 @@ using namespace llvm::logicalview;
 
 #define DEBUG_TYPE "Reader"
 
+// Traverse all the logical elements and print its basic information.
+void printCollectedElements(LVScope *Root) {
----------------
jalopezg-git wrote:

This shares some code (at least the form) w/ https://github.com/llvm/llvm-project/pull/135440/files#diff-3763f99a47de5b744d37fdc5a1af9e2ddb2dc3bb57fae42bea2a35f0dddafcb3R72.  I wonder if we could do something about it 🤔.

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


More information about the llvm-commits mailing list