mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[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
This commit is contained in:
parent
dc406fffe4
commit
b0eb76b4ee
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user