[llvm] [llvm-debuginfo-analyzer] Support DW_AT_byte_size and DW_TAG_module (PR #137228)
Carlos Alberto Enciso via llvm-commits
llvm-commits at lists.llvm.org
Thu May 1 03:24:23 PDT 2025
================
@@ -57,6 +57,7 @@ enum class LVScopeKind {
IsTemplatePack,
IsTryBlock,
IsUnion,
+ IsModule,
----------------
CarlosAlbertoEnciso wrote:
The documentation `llvm-debuginfo-analyzer.rst` must be updated to include the new `kind`. See section `SELECTION - SCOPES`.
https://github.com/llvm/llvm-project/pull/137228
More information about the llvm-commits
mailing list