[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 02:12:17 PDT 2025


================
@@ -101,7 +104,8 @@ LVScopeDispatch LVScope::Dispatch = {
     {LVScopeKind::IsTemplateAlias, &LVScope::getIsTemplateAlias},
     {LVScopeKind::IsTemplatePack, &LVScope::getIsTemplatePack},
     {LVScopeKind::IsTryBlock, &LVScope::getIsTryBlock},
-    {LVScopeKind::IsUnion, &LVScope::getIsUnion}};
+    {LVScopeKind::IsUnion, &LVScope::getIsUnion},
+    {LVScopeKind::IsModule, &LVScope::getIsModule}};
----------------
CarlosAlbertoEnciso wrote:

Can you move the entry to be in alphabetical order.

https://github.com/llvm/llvm-project/pull/137228


More information about the llvm-commits mailing list