[Lldb-commits] [lldb] [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (PR #90663)

David Blaikie via lldb-commits lldb-commits at lists.llvm.org
Wed May 1 08:13:27 PDT 2024


dwblaikie wrote:

does this cause multiple (an open ended amount?) of declarations for a type to be created if the type declarations from multiple CUs are encountered separately? Or still only one due to the extra map?

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


More information about the lldb-commits mailing list