[PATCH] D84115: [Debuginfo][Codegen] (2/7) Support for DW_OP_implicit_pointer for named and unnamed variables (second strategy).

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 04:15:07 PST 2020


djtodoro added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp:680
+
+  emitOp(dwarf::DW_OP_implicit_pointer);
+  // This is a dummy offset which will be replaced with actual offset in
----------------
Can we add support for GNU extension as well in `getDwarf5OrGNULocationAtom()` ?


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

https://reviews.llvm.org/D84115



More information about the llvm-commits mailing list