[PATCH] D158458: [AsmPrinter][DebugInfo] Create EntryValue mode for DbgVariable

Felipe de Azevedo Piovezan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 14:44:46 PDT 2023


fdeazeve added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:877
     // Now attach the location information to the DIE.
     addBlock(*VariableDie, dwarf::DW_AT_location, DwarfExpr.finalize());
     if (DwarfExpr.TagOffset)
----------------
FYI I recommend looking at DwarfDebug.h and DwarfDebug.cpp before looking at the other files.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158458/new/

https://reviews.llvm.org/D158458



More information about the llvm-commits mailing list