[Lldb-commits] [lldb] Improve performance of .debug_names lookups when DW_IDX_parent attributes are used (PR #91808)

via lldb-commits lldb-commits at lists.llvm.org
Fri May 10 14:02:42 PDT 2024


jeffreytan81 wrote:

The change/explanation looks intuitive, but I remember having seen DIE entry with `DW_AT_declaration (true)` but is not a forward declaration (it is a definition and has other attributes) . Will we cause regression in that case? 

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


More information about the lldb-commits mailing list