[llvm-commits] CVS: llvm/docs/HowToSubmitABug.html

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 14 15:59:01 PDT 2003


Changes in directory llvm/docs:

HowToSubmitABug.html updated: 1.5 -> 1.6

---
Log message:

The -mode option is no longer


---
Diffs of the changes:  (+4 -4)

Index: llvm/docs/HowToSubmitABug.html
diff -u llvm/docs/HowToSubmitABug.html:1.5 llvm/docs/HowToSubmitABug.html:1.6
--- llvm/docs/HowToSubmitABug.html:1.5	Wed Sep 17 13:51:47 2003
+++ llvm/docs/HowToSubmitABug.html	Tue Oct 14 15:58:07 2003
@@ -197,7 +197,7 @@
 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 @@
 
 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 @@
 <address><a href="mailto:sabre at 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>





More information about the llvm-commits mailing list