1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Mention the --tool-args option that Brian and Chris added.

llvm-svn: 13572
This commit is contained in:
Misha Brukman 2004-05-14 18:57:24 +00:00
parent 78e2d38956
commit 9986dccc3e

View File

@ -272,15 +272,21 @@ Backend, and then link in the shared object it generates.</p>
<p>To debug the JIT:</p>
<div class="doc_code">
<p><tt><b>bugpoint</b> -run-jit -output=[correct output file] [bytecode file]
--args -- [program arguments]</tt></p>
<pre>
bugpoint -run-jit -output=[correct output file] [bytecode file] \
--tool-args -- [arguments to pass to lli] \
--args -- [program arguments]
</pre>
</div>
<p>Similarly, to debug the LLC, one would run:</p>
<div class="doc_code">
<p><tt><b>bugpoint</b> -run-llc -output=[correct output file] [bytecode file]
--args -- [program arguments]</tt></p>
<pre>
bugpoint -run-llc -output=[correct output file] [bytecode file] \
--tool-args -- [arguments to pass to llc] \
--args -- [program arguments]
</pre>
</div>
<p><b>Special note:</b> if you are debugging MultiSource or SPEC tests that