From 5b216320ab387c27f55016477e42bbb2b28a084a Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 4 Jan 2023 10:29:43 -0500 Subject: [PATCH] Fix the LLVM sphinx build This should address the issue found in: https://lab.llvm.org/buildbot/#/builders/30/builds/30330 --- llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst b/llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst index 008ebff..c116673 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 -- 2.7.4