[llvm] [llvm-debuginfo-analyzer] Support DW_TAG_module (PR #137228)
Javier Lopez-Gomez via llvm-commits
llvm-commits at lists.llvm.org
Tue May 13 04:25:50 PDT 2025
================
@@ -826,6 +828,23 @@ class LVScopeTemplatePack final : public LVScope {
void printExtra(raw_ostream &OS, bool Full = true) const override;
};
+// Class to represent a DWARF Module.
----------------
jalopezg-git wrote:
Done :+1:.
https://github.com/llvm/llvm-project/pull/137228
More information about the llvm-commits
mailing list