[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
Mon Jun 20 08:22:35 PDT 2022


RamNalamothu created this revision.
RamNalamothu added reviewers: scott.linder, t-tye, kzhuravl.
Herald added subscribers: kosarev, kerbowa, tpr, dstuttard, yaxunl, jvesely.
Herald added a project: All.
RamNalamothu requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

The `DW_AT_LLVM_address_space` attribute is mentioned as `DW_AT_address_space` in
one of the notes.


Repository:
  rG LLVM Github Monorepo

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.438409.patch
Type: text/x-patch
Size: 759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220620/8b806188/attachment.bin>


More information about the llvm-commits mailing list