diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-04-05 00:41:19 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-04-05 00:41:19 +0000 |
| commit | b38e198f02a63788567cc38cbc20bcc50473cba6 (patch) | |
| tree | 804ed7c090e12c9fa9e99c1908d100d3eb2485f3 /llvm/docs/HowToSubmitABug.html | |
| parent | ecdaf40c9e12f575326ff28f73cd9dc19f3e5d7f (diff) | |
| download | bcm5719-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.html | 4 |
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> |

