[llvm] 5d2cc4d - [AMDGPU][NFC] Correct typo in DWARF Extensions For Heterogeneous Debugging
Venkata Ramanaiah Nalamothu via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 22:35:15 PDT 2022
Author: Venkata Ramanaiah Nalamothu
Date: 2022-06-24T11:05:08+05:30
New Revision: 5d2cc4d838c15ec1642e4363b3f12770cd9f1da0
URL: https://github.com/llvm/llvm-project/commit/5d2cc4d838c15ec1642e4363b3f12770cd9f1da0
DIFF: https://github.com/llvm/llvm-project/commit/5d2cc4d838c15ec1642e4363b3f12770cd9f1da0.diff
LOG: [AMDGPU][NFC] Correct typo in DWARF Extensions For Heterogeneous Debugging
The `DW_AT_LLVM_address_space` attribute is mentioned as `DW_AT_address_space` in
one of the notes.
Reviewed By: scott.linder
Differential Revision: https://reviews.llvm.org/D128210
Added:
Modified:
llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
index f06e44065e917..c2bbfe82e2196 100644
--- a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
+++ b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
@@ -3168,8 +3168,8 @@ DWARF address space identifiers are used by:
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::
More information about the llvm-commits
mailing list