Files
llvm/lldb/source
Michael Buch 9ed889631a [lldb][DWARF] Support DW_AT_bit_size on type tags (#165686)
One (DWARF-spec compliant) exmample is:
https://github.com/llvm/llvm-project/pull/164372, where we attach a
`DW_AT_bit_size` to `_BitInt` types that can't be exactly described by a
byte-size.

This patch adds support for `DW_AT_bit_size` to `DWARFASTParserClang`
when parsing type tags.

Note, we don't use this bit-size yet, but will do so in follow-up
patches.
2025-10-30 16:30:59 +00:00
..