[PATCH] D98126: [NFC][AMDGPU]DWARF Extensions For Heterogeneous Debugging generic type endianity

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 6 20:51:50 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGca602a72b37d: [NFC][AMDGPU]DWARF Extensions For Heterogeneous Debugging generic type endianity (authored by t-tye).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98126/new/

https://reviews.llvm.org/D98126

Files:
  llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst


Index: llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
===================================================================
--- llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
+++ llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
@@ -727,7 +727,7 @@
 
 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.*


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98126.328834.patch
Type: text/x-patch
Size: 687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210307/c244e0fa/attachment.bin>


More information about the llvm-commits mailing list