[PATCH] D128210: [AMDGPU][NFC] Correct typo in DWARF Extensions For Heterogeneous Debugging

Venkata Ramanaiah Nalamothu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 22:35:25 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5d2cc4d838c1: [AMDGPU][NFC] Correct typo in DWARF Extensions For Heterogeneous Debugging (authored by RamNalamothu).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128210

Files:
  llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst


Index: llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
===================================================================
--- llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
+++ llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
@@ -3168,8 +3168,8 @@
   applied to pointer type, reference type, subprogram, and subprogram type to
   describe how objects having the given type are dereferenced or called (the
   role that ``DW_AT_address_class`` currently provides). The values of
-  ``DW_AT_address_space`` would be target architecture specific and the same as
-  used in ``DW_OP_xderef*``.
+  ``DW_AT_LLVM_address_space`` would be target architecture specific and the
+  same as used in ``DW_OP_xderef*``.
 
 .. note::
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128210.439624.patch
Type: text/x-patch
Size: 759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220624/503322cb/attachment.bin>


More information about the llvm-commits mailing list