Skip to content

Commit abb09a6

Browse files
committed
Fix LLVM Sphinx build
This addresses issues found by: https://lab.llvm.org/buildbot/#/builders/30/builds/38316 as well as issues found when building locally.
1 parent 5bfefff commit abb09a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/docs/CommandGuide/llvm-remarkutil.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Subcommands
2121
* :ref:`yaml2bitstream_subcommand` - Reserialize YAML remarks to bitstream.
2222
* :ref:`instruction-count_subcommand` - Output function instruction counts.
2323
* :ref:`annotation-count_subcommand` - Output remark type count from annotation remarks.
24-
* :ref: `size-diff_subcommand` - Compute diff in size remarks.
24+
* :ref:`size-diff_subcommand` - Compute diff in size remarks.
2525

2626
.. _bitstream2yaml_subcommand:
2727

@@ -171,7 +171,7 @@ two sections:
171171
* A high-level summary of all changes.
172172

173173
Changed Function Section
174-
########################
174+
~~~~~~~~~~~~~~~~~~~~~~~~
175175

176176
Suppose you are comparing two remark files OLD and NEW.
177177

@@ -208,7 +208,7 @@ A breakdown of the format is below:
208208
Second file stack byte count - first file stack byte count.
209209

210210
Summary Section
211-
###############
211+
~~~~~~~~~~~~~~~
212212

213213
:program:`llvm-remarkutil size-diff` will output a high-level summary after
214214
printing all changed functions.
@@ -236,7 +236,7 @@ JSON OUTPUT
236236
-----------
237237

238238
High-Level view
239-
###############
239+
~~~~~~~~~~~~~~~
240240

241241
Suppose we are comparing two files, OLD and NEW.
242242

@@ -278,7 +278,7 @@ Suppose we are comparing two files, OLD and NEW.
278278
Functions only present in the second file.
279279

280280
Function JSON
281-
#############
281+
~~~~~~~~~~~~~
282282

283283
The ``InBoth``, ``OnlyInA``, and ``OnlyInB`` sections contain size information
284284
for each function in the input remark files.
@@ -313,7 +313,7 @@ for each function in the input remark files.
313313
* ``STACK_BYTES_B``: Stack bytes in NEW.
314314

315315
Computing Diffs From Function JSON
316-
**********************************
316+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
317317

318318
Function JSON does not contain the diffs. Tools consuming JSON output from
319319
:program:`llvm-remarkutil size-diff` are responsible for computing the diffs

0 commit comments

Comments
 (0)