From f76630895a6ea59fa639f38f1a29cb01452b9e40 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 11 Feb 2004 18:40:04 +0000 Subject: [PATCH] add description of -check-exit-code llvm-svn: 11326 --- docs/CommandGuide/bugpoint.html | 4 ++++ 1 file changed, 4 insertions(+) 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