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 | 5d068b78b7c2af7ad0267b3bc37da9ac02ff04c8 (patch) | |
tree | 93a06bc364d6f5119f841e3f99866374a914a77e /llvm/docs/HowToSubmitABug.html | |
parent | 67cc196bf75c75ce400506b2fa3655a5191966cf (diff) | |
download | bcm5719-llvm-5d068b78b7c2af7ad0267b3bc37da9ac02ff04c8.tar.gz bcm5719-llvm-5d068b78b7c2af7ad0267b3bc37da9ac02ff04c8.zip |
The -mode option is no longer
llvm-svn: 9117
Diffstat (limited to 'llvm/docs/HowToSubmitABug.html')
-rw-r--r-- | llvm/docs/HowToSubmitABug.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/HowToSubmitABug.html b/llvm/docs/HowToSubmitABug.html index f98e2026fc3..9d6c6e5f8f0 100644 --- a/llvm/docs/HowToSubmitABug.html +++ b/llvm/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> |