[Lldb-commits] [PATCH] D48596: [SymbolFile] Implement GetCompleteObjCClass for .debug_names
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 26 09:35:57 PDT 2018
JDevlieghere added a comment.
In https://reviews.llvm.org/D48596#1143666, @clayborg wrote:
> The function is looking for the complete objective C type. The code needs to be modified to return the complete type only if one is found, else just one of the other incomplete versions is needed, not many.
Thanks Greg, looks like I misunderstood the code. I'll update the patch.
Repository:
rL LLVM
https://reviews.llvm.org/D48596
More information about the lldb-commits
mailing list