forked from OSchip/llvm-project
[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:
parent
d2c8769936
commit
5d2cc4d838
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue