[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:58 PDT 2025
================
@@ -2107,3 +2111,15 @@ bool LVScopeTemplatePack::equals(const LVScope *Scope) const {
void LVScopeTemplatePack::printExtra(raw_ostream &OS, bool Full) const {
OS << formattedKind(kind()) << " " << formattedName(getName()) << "\n";
}
+
----------------
jalopezg-git wrote:
Done :+1:.
https://github.com/llvm/llvm-project/pull/137228
More information about the llvm-commits
mailing list