diff options
| author | David Blaikie <dblaikie@gmail.com> | 2012-06-14 16:52:55 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2012-06-14 16:52:55 +0000 |
| commit | c198a68a14bdf7e8b21d2028ae16cd08f411e485 (patch) | |
| tree | 9ebec38912fe695ce37772aa54d02d1fa5c97746 /llvm/docs/HowToSubmitABug.html | |
| parent | b64f23e674fb9804467f5279ddffb9679f85de2f (diff) | |
| download | bcm5719-llvm-c198a68a14bdf7e8b21d2028ae16cd08f411e485.tar.gz bcm5719-llvm-c198a68a14bdf7e8b21d2028ae16cd08f411e485.zip | |
Remove/modify C backend references from LLVM documentation.
Patch by Wei-Ren Chen.
llvm-svn: 158456
Diffstat (limited to 'llvm/docs/HowToSubmitABug.html')
| -rw-r--r-- | llvm/docs/HowToSubmitABug.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html index 0fa8329921d..39f83851293 100644 --- a/llvm/docs/HowToSubmitABug.html +++ b/llvm/docs/HowToSubmitABug.html @@ -223,12 +223,12 @@ we have chased down ended up being bugs in the program being compiled, not LLVM.</p> <p>Once you determine that the program itself is not buggy, you should choose -which code generator you wish to compile the program with (e.g. C backend, the -JIT, or LLC) and optionally a series of LLVM passes to run. For example:</p> +which code generator you wish to compile the program with (e.g. LLC or the JIT) +and optionally a series of LLVM passes to run. For example:</p> <div class="doc_code"> <p><tt> -<b>bugpoint</b> -run-cbe [... optzn passes ...] file-to-test.bc --args -- [program arguments]</tt></p> +<b>bugpoint</b> -run-llc [... optzn passes ...] file-to-test.bc --args -- [program arguments]</tt></p> </div> <p><tt>bugpoint</tt> will try to narrow down your list of passes to the one pass |

