[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
This commit is contained in:
Venkata Ramanaiah Nalamothu 2022-06-20 20:44:18 +05:30
parent d2c8769936
commit 5d2cc4d838
1 changed files with 2 additions and 2 deletions

View File

@ -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::