aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit4a2bca8bc39d24b7cae6704ff92f793ce27bb051 (patch)
tree59d07394fc9fb39ed9f1a74e8125993c57cafdbb /docs/HowToSubmitABug.html
parent34fc51710a0c2c699f38d02814306afa343a633a (diff)
downloadexternal_llvm-4a2bca8bc39d24b7cae6704ff92f793ce27bb051.zip
external_llvm-4a2bca8bc39d24b7cae6704ff92f793ce27bb051.tar.gz
external_llvm-4a2bca8bc39d24b7cae6704ff92f793ce27bb051.tar.bz2
A lot of formatting changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68431 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r--docs/HowToSubmitABug.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html
index 82d17ec..bdec1c0 100644
--- a/docs/HowToSubmitABug.html
+++ b/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>