[llvm] ca602a7 - [NFC][AMDGPU]DWARF Extensions For Heterogeneous Debugging generic type endianity

via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 6 20:51:44 PST 2021


Author: Tony
Date: 2021-03-07T04:51:05Z
New Revision: ca602a72b37ddc3c4053cda3335610b0ffe4ec1d

URL: https://github.com/llvm/llvm-project/commit/ca602a72b37ddc3c4053cda3335610b0ffe4ec1d
DIFF: https://github.com/llvm/llvm-project/commit/ca602a72b37ddc3c4053cda3335610b0ffe4ec1d.diff

LOG: [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

Added: 
    

Modified: 
    llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
index 0d57674e70a0..fc9c0450586d 100644
--- a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
+++ b/llvm/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.*


        


More information about the llvm-commits mailing list