[PATCH] D60716: [DwarfDebug] Dump call site debug info into DWARF

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 4 07:57:45 PDT 2019


djtodoro marked an inline comment as done.
djtodoro added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfExpression.cpp:473
     case dwarf::DW_OP_LLVM_tag_offset:
       TagOffset = Op->getArg(0);
+    case dwarf::DW_OP_regx:
----------------
dstenb wrote:
> Is the fallthrough intentional here, or a merge artifact?
We forgot to update this on to Phabricator. Thanks!


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

https://reviews.llvm.org/D60716





More information about the llvm-commits mailing list