[Lldb-commits] [PATCH] D68678: Speed up accelerator table lookups
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 9 16:03:28 PDT 2019
aprantl added a comment.
In D68678#1702418 <https://reviews.llvm.org/D68678#1702418>, @clayborg wrote:
> That qualified name hash the Apple tables used to avoid pulling in DWARF for stuff that didn't match. Did this functionality stop working when accelerator tables got refactored? The .apple_types has a qualified name hash which is the hash of the complete type named (demangled).
Interesting point! I checked all the way back to clang-500 and it turns out that clang never emitted the qualified name hash, this is something that only dsymutil knows how to do.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68678/new/
https://reviews.llvm.org/D68678
More information about the lldb-commits
mailing list