[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.html
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Feb 11 12:41:01 PST 2004
Changes in directory llvm/docs/CommandGuide:
bugpoint.html updated: 1.20 -> 1.21
---
Log message:
add description of -check-exit-code
---
Diffs of the changes: (+4 -0)
Index: llvm/docs/CommandGuide/bugpoint.html
diff -u llvm/docs/CommandGuide/bugpoint.html:1.20 llvm/docs/CommandGuide/bugpoint.html:1.21
--- llvm/docs/CommandGuide/bugpoint.html:1.20 Mon Jan 26 15:26:54 2004
+++ llvm/docs/CommandGuide/bugpoint.html Wed Feb 11 12:40:04 2004
@@ -175,6 +175,10 @@
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
More information about the llvm-commits
mailing list