[PATCH] D44100: [ASTImporter] Reorder fields after structure import is finished
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 31 06:51:16 PDT 2018
martong added a comment.
Hi Davide,
I'd like to draw your attention to an important relation of this patch to a bug in LLDB which manifests as incorrect vtable layouts for LLDB expression code.
Please see the conversation started with this message: https://lists.llvm.org/pipermail/cfe-dev/2018-August/058842.html
I think that the solution to that problem would be exactly this patch, i.e. to put the methods in the proper order during import.
Are the failing lldb tests related to ObjC code?
Repository:
rC Clang
https://reviews.llvm.org/D44100
More information about the cfe-commits
mailing list