[Lldb-commits] [PATCH] D83433: Fix how we handle bit-fields for Objective-C when creating an AST
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 9 13:03:55 PDT 2020
shafik added a comment.
We can never know the offsets statically b/c of how Objective-C deals with the fragile base class problem <https://www.cocoawithlove.com/2010/03/dynamic-ivars-solving-fragile-base.html> the runtime may have to shift fields over and we can not calculate this statically.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83433/new/
https://reviews.llvm.org/D83433
More information about the lldb-commits
mailing list