[llvm] [LLVM][DWARF] Add support for monolithic types in .debug_names (PR #70515)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 30 13:57:59 PDT 2023
================
@@ -3518,11 +3525,16 @@ void DwarfDebug::addDwarfTypeUnitType(DwarfCompileUnit &CU,
return;
}
- // If the type wasn't dependent on fission addresses, finish adding the type
- // and all its dependent types.
----------------
dwblaikie wrote:
this comment's probably still relevant/useful
https://github.com/llvm/llvm-project/pull/70515
More information about the llvm-commits
mailing list