A lot of formatting changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68431 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2009-04-05 00:41:19 +00:00
parent 34fc51710a
commit 4a2bca8bc3
2 changed files with 1456 additions and 1091 deletions

View File

@ -269,7 +269,7 @@ Backend, and then link in the shared object it generates.</p>
<div class="doc_code">
<pre>
bugpoint -run-jit -output=[correct output file] [bitcode file] \
--tool-args -- [arguments to pass to lli] \
--tool-args -- [arguments to pass to lli] \
--args -- [program arguments]
</pre>
</div>
@ -279,7 +279,7 @@ bugpoint -run-jit -output=[correct output file] [bitcode file] \
<div class="doc_code">
<pre>
bugpoint -run-llc -output=[correct output file] [bitcode file] \
--tool-args -- [arguments to pass to llc] \
--tool-args -- [arguments to pass to llc] \
--args -- [program arguments]
</pre>
</div>

File diff suppressed because it is too large Load Diff