[Lldb-commits] [PATCH] D69309: Support template instantiation in the expression evaluator
Jaroslav Sevcik via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 16 23:03:25 PST 2019
jarin added a comment.
In D69309#1763454 <https://reviews.llvm.org/D69309#1763454>, @v.g.vassilev wrote:
> https://reviews.llvm.org/D41416 could be relevant. I am not an expert but I think when reading the DWARF you could only register 'lazy' specializations which will be imported only when really required.
https://reviews.llvm.org/D41416 is indeed relevant, but it has not been landed. I suffer from the same problem you do - lldb needs all the specializations, but providing those takes too much time. Are you still planning to land your granular lazy specialization change?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69309/new/
https://reviews.llvm.org/D69309
More information about the lldb-commits
mailing list