Fix the Clang sphinx build
This addresses issues found by: https://lab.llvm.org/buildbot/#/builders/92/builds/39084
This commit is contained in:
parent
3f94a38388
commit
16cea040d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user