[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:16 PDT 2025
================
@@ -45,6 +45,7 @@ enum class LVSubclassID : unsigned char {
LV_SCOPE_NAMESPACE,
LV_SCOPE_ROOT,
LV_SCOPE_TEMPLATE_PACK,
+ LV_SCOPE_MODULE,
----------------
CarlosAlbertoEnciso wrote:
Can you move the entry to be in alphabetical order: `LV_SCOPE_xx`.
https://github.com/llvm/llvm-project/pull/137228
More information about the llvm-commits
mailing list