diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-14 20:58:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-14 20:58:07 +0000 |
commit | 18ab2b91ff2526ec899b564f53a082a63770539c (patch) | |
tree | 0ca07b0efe204dd8a652f44806fd4a29dfcd35ca /docs/HowToSubmitABug.html | |
parent | 182a21ea7198aa37d971eec05b50d8fedee9220d (diff) |
The -mode option is no longer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/HowToSubmitABug.html')
-rw-r--r-- | docs/HowToSubmitABug.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/HowToSubmitABug.html b/docs/HowToSubmitABug.html index f98e2026fc..9d6c6e5f8f 100644 --- a/docs/HowToSubmitABug.html +++ b/docs/HowToSubmitABug.html @@ -197,7 +197,7 @@ output through, e.g. C backend, the JIT, or LLC, and a selection of passes, one of which may be causing the error, and run, for example: <pre> - <b>bugpoint</b> -run-cbe -mode=compile [... optimization passes ...] file-to-test.bc + <b>bugpoint</b> -run-cbe [... optimization passes ...] file-to-test.bc </pre> <tt>bugpoint</tt> will try to narrow down your list of passes to the one pass @@ -222,12 +222,12 @@ Backend, and then link in the shared object it generates.<p> To debug the JIT: <pre> - <b>bugpoint</b> -run-jit -mode=codegen -output=[correct output file] [bytecodefile] + <b>bugpoint</b> -run-jit -output=[correct output file] [bytecodefile] </pre> Similarly, to debug the LLC, one would run: <pre> - <b>bugpoint</b> -run-llc -mode=codegen -output=[correct output file] [bytecodefile] + <b>bugpoint</b> -run-llc -output=[correct output file] [bytecodefile] </pre> At the end of a successful <tt>bugpoint</tt> run, you will be presented @@ -265,6 +265,6 @@ following: <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <!-- Created: Tue Aug 6 15:00:33 CDT 2002 --> <!-- hhmts start --> -Last modified: Wed Sep 17 13:49:15 CDT 2003 +Last modified: Tue Oct 14 15:57:47 CDT 2003 <!-- hhmts end --> </font></body></html> |