From 16cea040d032deb1dae5538db0937888c02fc7f4 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Tue, 24 Jan 2023 08:21:53 -0500 Subject: [PATCH] Fix the Clang sphinx build This addresses issues found by: https://lab.llvm.org/buildbot/#/builders/92/builds/39084 --- clang/docs/OffloadingDesign.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/clang/docs/OffloadingDesign.rst b/clang/docs/OffloadingDesign.rst index 5df8a32..6d2c0da 100644 --- a/clang/docs/OffloadingDesign.rst +++ b/clang/docs/OffloadingDesign.rst @@ -240,13 +240,13 @@ will use this information when :ref:`Device Linking`. .. table:: Offloading Sections :name: table-offloading_sections - +----------------------------------+--------------------------------------------------------------------+ - | Section | Description | - +==================================+====================================================================+ - | omp_offloading_entries | Offloading entry information (see :ref:`table-tgt_offload_entry`) | - +----------------------------------+--------------------------------------------------------------------+ - | .llvm.offloading | Embedded device object file for the target device and architecture | - +----------------------------------+--------------------------------------------------------------------+ + +----------------------------------+------------------------------------------------------------------------------+ + | Section | Description | + +==================================+==============================================================================+ + | omp_offloading_entries | Offloading entry information (see :ref:`table-tgt_offload_entry_structure`) | + +----------------------------------+------------------------------------------------------------------------------+ + | .llvm.offloading | Embedded device object file for the target device and architecture | + +----------------------------------+------------------------------------------------------------------------------+ .. _Device Linking: @@ -286,7 +286,7 @@ Several different structures are used to store offloading information. The linked device image and its associated offloading entries. The offloading entries are stored using the ``__start_omp_offloading_entries`` and ``__stop_omp_offloading_entries`` symbols generated by the linker using the -:ref:`table-tgt_offload_entry`. +:ref:`table-tgt_offload_entry_structure`. .. table:: __tgt_device_image Structure :name: table-device_image_structure -- 2.7.4