From: Brian Gaeke Date: Wed, 11 Feb 2004 18:40:04 +0000 (+0000) Subject: add description of -check-exit-code X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4fda776e04a4094677d48ef2e2145b0ad35d8d38;p=oota-llvm.git add description of -check-exit-code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11326 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 729e822ab2f..f19d0cdb123 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -175,6 +175,10 @@ non-obvious ways. Here are some hints and tips:

part of the -args option, not as options to bugpoint itself.

+

  • -check-exit-code={true,false}
    + Assume a non-zero exit code or core dump from the test program is + a failure. Defaults to true.

    +

  • -disable-{adce,dce,simplifycfg}
    Do not run the specified passes to clean up and reduce the size of the test program. By default, bugpoint uses these passes internally