[PATCH] D70523: [AMDGPU] Update AMDGPUUsage with DWARF proposal

Tony Tye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 22 19:20:42 PDT 2020


t-tye updated this revision to Diff 265831.
t-tye added a comment.

[AMDGPU] DWARF For Heterogeneous Debugging

      

- Change title to "DWARF For Heterogeneous Debugging".
- Add "Examples" section that references the AMDGPUUsage DWARF section.
- Make the "References" section a top level section.

Differential Revision: https://reviews.llvm.org/D70523


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70523

Files:
  llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst


Index: llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
===================================================================
--- llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
+++ llvm/docs/AMDGPUDwarfProposalForHeterogeneousDebugging.rst
@@ -1,8 +1,8 @@
 .. _amdgpu-dwarf-6-proposal-for-heterogeneous-debugging:
 
-****************************************************
-DWARF Version 6 Proposal For Heterogeneous Debugging
-****************************************************
+*********************************
+DWARF For Heterogeneous Debugging
+*********************************
 
 .. contents::
    :local:
@@ -3753,8 +3753,14 @@
                                  * ``DW_AT_LLVM_lanes``
    ============================= =============================
 
+Examples
+========
+
+The AMD GPU specific usage of the features in the proposal, including examples,
+is available at :ref:`amdgpu-dwarf-debug-information`.
+
 References
-----------
+==========
 
     .. _amdgpu-dwarf-AMD:
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70523.265831.patch
Type: text/x-patch
Size: 1006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200523/d5b427bc/attachment.bin>


More information about the llvm-commits mailing list