Skip to content

Commit b5f2db2

Browse files
authored
[docs] Fix code-block formating (#100772)
1 parent 16975ad commit b5f2db2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/docs/ProgrammersManual.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,7 @@ How to use reduce-chunk-list:
13921392
First, Figure out the number of calls to the debug counter you want to minimize.
13931393
To do so, run the compilation command causing you want to minimize with `-print-debug-counter` adding a `-mllvm` if needed.
13941394
Than find the line with the counter of interest. it should look like:
1395+
13951396
.. code-block:: none
13961397
13971398
my-counter : {5678,empty}
@@ -1400,6 +1401,7 @@ The number of calls to `my-counter` is 5678
14001401

14011402
Than Find the minimum set of chunks that is interesting, with `reduce-chunk-list`.
14021403
Build a reproducer script like:
1404+
14031405
.. code-block:: bash
14041406
14051407
#! /bin/bash

0 commit comments

Comments
 (0)