summaryrefslogtreecommitdiffstats
path: root/llvm/docs/HowToSubmitABug.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-04-05 00:41:19 +0000
committerBill Wendling <isanbard@gmail.com>2009-04-05 00:41:19 +0000
commitb38e198f02a63788567cc38cbc20bcc50473cba6 (patch)
tree804ed7c090e12c9fa9e99c1908d100d3eb2485f3 /llvm/docs/HowToSubmitABug.html
parentecdaf40c9e12f575326ff28f73cd9dc19f3e5d7f (diff)
downloadbcm5719-llvm-b38e198f02a63788567cc38cbc20bcc50473cba6.tar.gz
bcm5719-llvm-b38e198f02a63788567cc38cbc20bcc50473cba6.zip
A lot of formatting changes.
llvm-svn: 68431
Diffstat (limited to 'llvm/docs/HowToSubmitABug.html')
-rw-r--r--llvm/docs/HowToSubmitABug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html
index 82d17ecd6db..bdec1c09109 100644
--- a/llvm/docs/HowToSubmitABug.html
+++ b/llvm/docs/HowToSubmitABug.html
@@ -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>
OpenPOWER on IntegriCloud