[NFC][AMDGPU]DWARF Extensions For Heterogeneous Debugging generic type endianity
authorTony <Tony.Tye@amd.com>
Sat, 6 Mar 2021 20:12:22 +0000 (20:12 +0000)
committerTony <Tony.Tye@amd.com>
Sun, 7 Mar 2021 04:51:05 +0000 (04:51 +0000)
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

llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst

index 0d57674..fc9c045 100644 (file)
@@ -727,7 +727,7 @@ and encoding of the literal value.
 
 There is a distinguished base type termed the generic type, which is an integral
 type that has the size of an address in the target architecture default address
-space and unspecified signedness.
+space, a target architecture defined endianity, and unspecified signedness.
 
 *The generic type is the same as the unspecified type used for stack operations
 defined in DWARF Version 4 and before.*