mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 18:24:38 +00:00
Mention the --tool-args option that Brian and Chris added.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13572 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -272,15 +272,21 @@ Backend, and then link in the shared object it generates.</p>
|
|||||||
<p>To debug the JIT:</p>
|
<p>To debug the JIT:</p>
|
||||||
|
|
||||||
<div class="doc_code">
|
<div class="doc_code">
|
||||||
<p><tt><b>bugpoint</b> -run-jit -output=[correct output file] [bytecode file]
|
<pre>
|
||||||
--args -- [program arguments]</tt></p>
|
bugpoint -run-jit -output=[correct output file] [bytecode file] \
|
||||||
|
--tool-args -- [arguments to pass to lli] \
|
||||||
|
--args -- [program arguments]
|
||||||
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Similarly, to debug the LLC, one would run:</p>
|
<p>Similarly, to debug the LLC, one would run:</p>
|
||||||
|
|
||||||
<div class="doc_code">
|
<div class="doc_code">
|
||||||
<p><tt><b>bugpoint</b> -run-llc -output=[correct output file] [bytecode file]
|
<pre>
|
||||||
--args -- [program arguments]</tt></p>
|
bugpoint -run-llc -output=[correct output file] [bytecode file] \
|
||||||
|
--tool-args -- [arguments to pass to llc] \
|
||||||
|
--args -- [program arguments]
|
||||||
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p><b>Special note:</b> if you are debugging MultiSource or SPEC tests that
|
<p><b>Special note:</b> if you are debugging MultiSource or SPEC tests that
|
||||||
|
Reference in New Issue
Block a user