[PATCH] D79592: [DebugInfo] support for DW_AT_data_location in llvm

Alok Kumar Sharma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 00:08:35 PDT 2020


alok marked 2 inline comments as done.
alok added inline comments.


================
Comment at: llvm/docs/LangRef.rst:4814
+array type is a native packed vector. The ``dataLocation`` is a Metadata,
+when it is DIExpression it describes how to get from an object's address to
+the actual raw data, if they aren't equivalent. This is only supported for array
----------------
aprantl wrote:
> ```The optional ``dataLocation`` is a DIExpression that describes ...```
Thanks for comment. It is incorporated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79592





More information about the llvm-commits mailing list