[PATCH] D69999: [DebugInfo] Support for DW_OP_implicit_pointer (IR Verifier and Bitcode)

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 10 10:41:15 PST 2019


alok added a comment.

In D69999#1739404 <https://reviews.llvm.org/D69999#1739404>, @aprantl wrote:

> - Can you update LangRef.rst / SourceLevelDebugging.rst to document the semantics of the DW_OP_implicit_pointer in LLVM IR. Specifically what the two arguments mean while in LLVM IR?


Thanks for your review. I shall update it in next revision.

> - You'll need to add a Verifier check that rejects DW_OP_implicit_pointer in other positions than the first one.

I shall update it in next revision.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69999





More information about the llvm-commits mailing list