[llvm] Add support for verifying .debug_names in split DWARF for CUs and TUs. (PR #101775)
Greg Clayton via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 14:02:36 PDT 2024
clayborg wrote:
This is now fully tested. Before this patch errors would be emitted when verifying .debug_names in split DWARF because the DIE offsets wouldn't match up. This patch makes sure that works and only tests .dwo files as .dwp is just another way to access .dwo files. Let me know if there is anything missing. I have more patches needed to allow us to enable .debug_names with split DWARF, but we can't until we can verify the data is good.
https://github.com/llvm/llvm-project/pull/101775
More information about the llvm-commits
mailing list