[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:06:14 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";
 }
+
----------------
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