add advice bullet about -check-exit-code
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 11 Feb 2004 18:44:55 +0000 (18:44 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 11 Feb 2004 18:44:55 +0000 (18:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11327 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/bugpoint.html

index f19d0cdb123b41ad8fcaa344a747a83b0dcf598a..96f7e90b2036465736f1dbeb7c36217c59d3b55c 100644 (file)
@@ -152,6 +152,11 @@ non-obvious ways.  Here are some hints and tips:<p>
     <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>