[llvm] [llvm-debuginfo-analyzer] Support DW_TAG_module (PR #137228)
Carlos Alberto Enciso via llvm-commits
llvm-commits at lists.llvm.org
Mon May 12 22:04:24 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.
----------------
CarlosAlbertoEnciso wrote:
Sorry, but we missed this one. It should be between `LVScopeFunctionType` and `LVScopeNamespace` to preserve the alphabetical order.
https://github.com/llvm/llvm-project/pull/137228
More information about the llvm-commits
mailing list