From b0eb76b4ee67d2f790b98fd3b32545037c91ac2a Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 6 Mar 2021 20:12:22 +0000 Subject: [PATCH] [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 --- docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst b/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst index 0d57674e70a..fc9c0450586 100644 --- a/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst +++ b/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst @@ -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.*