[Lldb-commits] [PATCH] D53597: Don't type-erase the SymbolContextItem enum
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 25 11:02:08 PDT 2018
jingham added subscribers: clayborg, zturner.
jingham added a comment.
So far as I can tell, this patch will make lookup of exact types faster for PDB, but because of the way DWARF debug_names tables are constructed, I don't think there's any way we can do the same thing for DWARF.
But unless I'm misunderstanding the patch, this doesn't change correctness of the lookup (except for fixing "type lookup 'struct Foo'"). Did I miss something?
Jim
https://reviews.llvm.org/D53597
More information about the lldb-commits
mailing list