[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Prevent unnamed bitfield creation in the presence of overlapping fields (PR #108343)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 12 09:08:51 PDT 2024
adrian-prantl wrote:
Why don't we just make the unnamed fields explicit in DWARF and solve the problem the correct way?
(We'll still needs this hack to support other/older compilers though)
https://github.com/llvm/llvm-project/pull/108343
More information about the lldb-commits
mailing list