mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 23:31:50 +08:00
Part of fixes for #72913. clang emits `DW_AT_alignment` attribute, however LLDB didn't respect it, resulting in incorrect RecordDecls built by lldb. This only fixes non-inheritance cases. The inheritance case will be handled in a follow-up patch.