Skip to content

Commit

Permalink
[AMDGPU][NFC] Correct typo in DWARF Extensions For Heterogeneous Debu…
Browse files Browse the repository at this point in the history
…gging

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
  • Loading branch information
RamNalamothu committed Jun 24, 2022
1 parent d2c8769 commit 5d2cc4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 5d2cc4d

Please sign in to comment.