[PATCH] D84114: [Debuginfo] (2/N) Support for DW_OP_implicit_pointer for named and unnamed variables (second strategy).

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 18 16:58:34 PDT 2020


alok created this revision.
alok added a reviewer: dblaikie.
alok added a project: debug-info.
Herald added subscribers: llvm-commits, ormris, hiraditya, aprantl.
Herald added a reviewer: jdoerfert.
Herald added a project: LLVM.

  This patch stems from D84112.
  New dwarf operator DW_OP_LLVM_explicit_pointer is introduced (present only in LLVM IR)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84114

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/BinaryFormat/Dwarf.h
  llvm/lib/BinaryFormat/Dwarf.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/test/DebugInfo/X86/LLVM_explicit_pointer.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84114.279039.patch
Type: text/x-patch
Size: 5756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200718/e1572576/attachment.bin>


More information about the llvm-commits mailing list