Skip to content

Commit

Permalink
[NFC][AMDGPU]DWARF Extensions For Heterogeneous Debugging generic typ…
Browse files Browse the repository at this point in the history
…e 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
  • Loading branch information
t-tye committed Mar 7, 2021
1 parent 45f949e commit ca602a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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.*
Expand Down

0 comments on commit ca602a7

Please sign in to comment.