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

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 4 07:09:47 PDT 2019


dstenb 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:
----------------
Is the fallthrough intentional here, or a merge artifact?


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

https://reviews.llvm.org/D60716





More information about the llvm-commits mailing list