[llvm] [AsmPrinter][DebugNames] Implement DW_IDX_parent entries (PR #77457)
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 10:54:02 PST 2024
================
@@ -220,6 +221,8 @@ class Dwarf5AccelTableWriter : public AccelTableWriter {
MCSymbol *EntryPool = Asm->createTempSymbol("names_entries");
// Indicates if this module is built with Split Dwarf enabled.
bool IsSplitDwarf = false;
+ // Stores the DIE offsets which are indexed by this table.
----------------
adrian-prantl wrote:
`///`
https://github.com/llvm/llvm-project/pull/77457
More information about the llvm-commits
mailing list