[llvm] [LLVM] support for DW_OP_GNU_implicit_pointer (PR #142913)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 5 03:28:35 PDT 2025


================
@@ -284,6 +284,7 @@ std::string LVOperation::getOperandsDWARFInfo() {
   case dwarf::DW_OP_implicit_value:
     Stream << "TODO: DW_OP_implicit_value";
     break;
+  case dwarf::DW_OP_GNU_implicit_pointer:
----------------
Thrrreeee wrote:

Agreed on both points. Let's do a separate PR for the LogicalView.

https://github.com/llvm/llvm-project/pull/142913


More information about the llvm-commits mailing list