[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.html

Brian Gaeke gaeke at cs.uiuc.edu
Wed Feb 11 12:46:03 PST 2004


Changes in directory llvm/docs/CommandGuide:

bugpoint.html updated: 1.21 -> 1.22

---
Log message:

add advice bullet about -check-exit-code


---
Diffs of the changes:  (+5 -0)

Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.21 llvm/docs/CommandGuide/bugpoint.html:1.22
--- llvm/docs/CommandGuide/bugpoint.html:1.21	Wed Feb 11 12:40:04 2004
+++ llvm/docs/CommandGuide/bugpoint.html	Wed Feb 11 12:44:55 2004
@@ -152,6 +152,11 @@
     <tt>bugpoint</tt> crashes before you see its "All input ok" message,
     you might try <tt>llvm-link -v</tt> on the same set of input files. If
     that also crashes, you may be experiencing a linker bug.
+
+<li>If your program is <b>supposed</b> to crash, <tt>bugpoint</tt> will be
+    confused. One way to deal with this is to cause bugpoint to ignore the exit
+    code from your program, by giving it the <tt>-check-exit-code=false</tt>
+    option.
     
 </ol>
 





More information about the llvm-commits mailing list