Skip to content

Commit 64e499d

Browse files
committed
Mention -j $NUM_THREADS per reviewer comment
1 parent 8950806 commit 64e499d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/HowToSubmitABug.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ which should produce reduced IR that reproduces the crash.
124124

125125
.. TIP::
126126
``llvm-reduce`` is still fairly immature and may crash. On the other hand,
127-
unlike ``bugpoint``, ``llvm-reduce`` is multi-threaded and can therefore
128-
potentially be much faster.
127+
unlike ``bugpoint``, ``llvm-reduce -j $NUM_THREADS`` is multi-threaded and
128+
can therefore potentially be much faster.
129129

130130
If none of the above work, you can get the IR before a crash by running the
131131
``opt`` command with the ``--print-before-all --print-module-scope`` flags to

0 commit comments

Comments
 (0)