add description of -check-exit-code
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 11 Feb 2004 18:40:04 +0000 (18:40 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 11 Feb 2004 18:40:04 +0000 (18:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11326 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/bugpoint.html

index 729e822ab2fe8b7736d8ec357f1fd41183b0fa59..f19d0cdb123b41ad8fcaa344a747a83b0dcf598a 100644 (file)
@@ -175,6 +175,10 @@ non-obvious ways.  Here are some hints and tips:<p>
         part of the <tt>-args</tt> option, not as options to <tt>bugpoint</tt>
         itself.<p>
 
+       <li><tt>-check-exit-code={true,false}</tt><br>
+    Assume a non-zero exit code or core dump from the test program is
+    a failure. Defaults to true.<p>
+
        <li><tt>-disable-{adce,dce,simplifycfg}</tt><br>
     Do not run the specified passes to clean up and reduce the size of the
     test program. By default, <tt>bugpoint</tt> uses these passes internally