[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 12:16:44 PST 2021
t-tye created this revision.
t-tye added a reviewer: scott.linder.
Herald added subscribers: kerbowa, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
t-tye requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
In "DWARF Extensions For Heterogeneous Debugging" document that the
DWARF generic type has a target architecture defined endianity.
Repository:
rG LLVM Github Monorepo
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.328804.patch
Type: text/x-patch
Size: 687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210306/200afcaa/attachment.bin>
More information about the llvm-commits
mailing list