[llvm] 629467e - [AMDGPU] Fix DWARF extensions User Guide table of contents
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 22:12:12 PDT 2020
Author: Tony
Date: 2020-07-30T05:10:21Z
New Revision: 629467eb981ac5d6bccebd524a166e02bef1820f
URL: https://github.com/llvm/llvm-project/commit/629467eb981ac5d6bccebd524a166e02bef1820f
DIFF: https://github.com/llvm/llvm-project/commit/629467eb981ac5d6bccebd524a166e02bef1820f.diff
LOG: [AMDGPU] Fix DWARF extensions User Guide table of contents
Added:
Modified:
llvm/docs/UserGuides.rst
Removed:
################################################################################
diff --git a/llvm/docs/UserGuides.rst b/llvm/docs/UserGuides.rst
index 6e4329128fab..2e0cffb711ef 100644
--- a/llvm/docs/UserGuides.rst
+++ b/llvm/docs/UserGuides.rst
@@ -198,6 +198,6 @@ Additional Topics
:doc:`AMDGPUUsage`
This document describes using the AMDGPU backend to compile GPU kernels.
-:doc:`AMDGPUDwarfProposalForHeterogeneousDebugging`
- This document describes a DWARF proposal to support heterogeneous debugging
+:doc:`AMDGPUDwarfExtensionsForHeterogeneousDebugging`
+ This document describes DWARF extensions to support heterogeneous debugging
for targets such as the AMDGPU backend.
More information about the llvm-commits
mailing list