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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 10:50:28 PDT 2020


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Small wording fix inline, otherwise this LGTM.



================
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
----------------
```The optional ``dataLocation`` is a DIExpression that describes ...```


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

https://reviews.llvm.org/D79592





More information about the llvm-commits mailing list