From 589d91fa72b2567ed89e4e41642f437e63cf2305 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 16 Oct 2003 20:15:17 +0000 Subject: [PATCH] Removed the -mode option. Fixed some grammar, spelling, and punctuation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9178 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.html | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 18088a20c57..1bdacc7dac6 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -24,8 +24,7 @@ the resultant bytecode file. If any of the passes crash, or if they produce an LLVM module which is not verifiable, bugpoint enters "crash debugging mode". Otherwise, bugpoint tries to run the resultant program with a code generator. If the code generated program does not match the reference output, -it enters "miscompilation debugging mode". If the -mode option is -specified, bugpoint enters "code generator debugging mode". +it enters "miscompilation debugging mode".

Crash debugging mode

@@ -56,7 +55,7 @@ TODO
  • -disable-(adce,dce,final-cleanup,simplifycfg)
    bugpoint uses several passes internally for cleanup routines to - reduce the size of the program. If you're trying to find a bug in out + reduce the size of the program. If you're trying to find a bug in one of these passes, bugpoint may crash. These options tell bugpoint not use the specified passes.

    @@ -81,13 +80,6 @@ TODO opt -load <plugin.so> -help

    -

  • -mode=(compile|codegen) -
    - Specify whether bugpoint should operate in compilation - debugging mode (detecting miscompilations and optimizer crashes), or in - code generator debugging mode. -

    -

  • -output <filename>
    Specify a reference output for the <stdout> file stream. @@ -96,7 +88,7 @@ TODO
  • -run-(lli|jit|llc|cbe)
    Specify which code generator bugpoint should use to run the - program with. + program.

    @@ -107,7 +99,7 @@ If bugpoint succeeds in finding a problem, it will exit with 0. Otherwise, if an error occurs, it will exit with a non-zero value.

    SEE ALSO

    -opt +opt, analyze
    -- 2.34.1