[Lldb-commits] [PATCH] D102445: Switch from using member_clang_type.GetByteSize() to member_type->GetByteSize() in ParseSingleMember
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 14 01:50:23 PDT 2021
teemperor accepted this revision.
teemperor added a comment.
I think this can just land as an optimisation. If we can read the size from DWARF (e.g., just returning the stored size int) then that's much better than computing the layout for some type.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102445/new/
https://reviews.llvm.org/D102445
More information about the lldb-commits
mailing list