[llvm] 5b21632 - Fix the LLVM sphinx build
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 4 07:30:56 PST 2023
Author: Aaron Ballman
Date: 2023-01-04T10:30:48-05:00
New Revision: 5b216320ab387c27f55016477e42bbb2b28a084a
URL: https://github.com/llvm/llvm-project/commit/5b216320ab387c27f55016477e42bbb2b28a084a
DIFF: https://github.com/llvm/llvm-project/commit/5b216320ab387c27f55016477e42bbb2b28a084a.diff
LOG: Fix the LLVM sphinx build
This should address the issue found in:
https://lab.llvm.org/buildbot/#/builders/30/builds/30330
Added:
Modified:
llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
index 008ebff8c13d..c11667326391 100644
--- a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
+++ b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst
@@ -2171,7 +2171,7 @@ has a byte address equal to A and an address space equal to AS of the
corresponding SL.
``DW_ASPACE_none`` is defined as the target architecture default address space.
-See :ref:`amdgpu-dwarf-segment_addresses``.
+See :ref:`amdgpu-dwarf-segment_addresses`.
If a stack entry is required to be a location description, but it is a value V
with the generic type, then it is implicitly converted to a location description
More information about the llvm-commits
mailing list