mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 14:20:33 +00:00
Fixes Sphinx issue ('undefined label') introduced in r323313.
(and also slightly reformatted the related lines to look better in the rendered HTML) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323317 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
20b5be1d09
commit
52662527d7
@ -4309,9 +4309,11 @@ DISubrange
|
||||
""""""""""
|
||||
|
||||
``DISubrange`` nodes are the elements for ``DW_TAG_array_type`` variants of
|
||||
:ref:`DICompositeType`. ``count: -1`` indicates an empty array.
|
||||
``count: !9`` describes the count with a :ref:`DILocalVariable`.
|
||||
``count: !11`` describes the count with a :ref:`DIGlobalVariable`.
|
||||
:ref:`DICompositeType`.
|
||||
|
||||
- ``count: -1`` indicates an empty array.
|
||||
- ``count: !9`` describes the count with a :ref:`DILocalVariable`.
|
||||
- ``count: !11`` describes the count with a :ref:`DIGlobalVariable`.
|
||||
|
||||
.. code-block:: llvm
|
||||
|
||||
@ -4380,6 +4382,8 @@ DINamespace
|
||||
|
||||
!0 = !DINamespace(name: "myawesomeproject", scope: !1, file: !2, line: 7)
|
||||
|
||||
.. _DIGlobalVariable:
|
||||
|
||||
DIGlobalVariable
|
||||
""""""""""""""""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user