[Lldb-commits] [lldb] [llvm] Add support for using foreign type units in .debug_names. (PR #87740)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 17 09:54:49 PDT 2024
cmtice wrote:
Just a reminder: Once we complete the work of adding type units to the merged debug_names index, foreign type unit entries will need (and have) DW_IDX_compile_unit values, even in the case without .dwp files, and will need to be handled properly. So that should be kept in mind while implementing this.
https://github.com/llvm/llvm-project/pull/87740
More information about the lldb-commits
mailing list