[Lldb-commits] [lldb] [lldb][DWARF] Do not complete type from declaration die. (PR #91799)

Zequan Wu via lldb-commits lldb-commits at lists.llvm.org
Fri May 10 13:08:37 PDT 2024


ZequanWu wrote:

> To the above function to ensure we don't waste any time trying to parse any DIE information for forward declaration when using .debug_names. This will cause a TON of churn on our DWARF parser and cause us to pull in and parse way too much.

That sounds like a better fix.

https://github.com/llvm/llvm-project/pull/91799


More information about the lldb-commits mailing list