[llvm-branch-commits] [llvm] [llvm-debuginfo-analyzer] Add support for LLVM IR format. (PR #135440)
Jeremy Morse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu May 1 07:58:59 PDT 2025
================
@@ -121,7 +121,24 @@ class LVReader {
#undef LV_OBJECT_ALLOCATOR
+ // Scopes with ranges for current compile unit. It is used to find a line
----------------
jmorse wrote:
(for the benefit of any other reviewers, these have been hoisted out of the object-file and DWARF readers to be more generic)
https://github.com/llvm/llvm-project/pull/135440
More information about the llvm-branch-commits
mailing list