[llvm] [LLVM][DWARF] Add support for monolithic types in .debug_names (PR #68131)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 16 11:38:35 PDT 2023
dwblaikie wrote:
> Not sure, how tools would find the correct die.
If it's only the type DIE - the header for the type unit has the offset to the type DIE.
https://github.com/llvm/llvm-project/pull/68131
More information about the llvm-commits
mailing list