Skip to content

Commit ca602a7

Browse files
committed
[NFC][AMDGPU]DWARF Extensions For Heterogeneous Debugging generic type endianity
In "DWARF Extensions For Heterogeneous Debugging" document that the DWARF generic type has a target architecture defined endianity. Reviewed By: scott.linder Differential Revision: https://reviews.llvm.org/D98126
1 parent 45f949e commit ca602a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ and encoding of the literal value.
727727

728728
There is a distinguished base type termed the generic type, which is an integral
729729
type that has the size of an address in the target architecture default address
730-
space and unspecified signedness.
730+
space, a target architecture defined endianity, and unspecified signedness.
731731

732732
*The generic type is the same as the unspecified type used for stack operations
733733
defined in DWARF Version 4 and before.*

0 commit comments

Comments
 (0)