From d179961d400f13d7c39b658d0682dc0a758c8f77 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 29 Mar 2004 20:23:11 +0000 Subject: Merged in RELEASE_12. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12532 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/CommandGuide/bugpoint.html') diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index c6ac7abd10..62e5787f86 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -190,6 +190,16 @@ non-obvious ways. Here are some hints and tips:

when attempting to reduce test programs. If you're trying to find a bug in one of these passes, bugpoint may crash.

+

  • -enable-correct-eh-support
    + Make the -lowerinvoke pass insert expensive, but correct, exception + handling code.

    + +

  • -internalize-public-api-file <filename>
    + Preserve the symbols listed in the file filename.

    + +

  • -internalize-public-api-list <list>
    + Preserve the symbols listed in list.

    +

  • -help
    Print a summary of command line options.

    @@ -215,6 +225,9 @@ non-obvious ways. Here are some hints and tips:

    bugpoint will attempt to generate a reference output by compiling the program with the C backend and running it.

    +

  • -profile-info-file <filename>
    + Profile file loaded by -profile-loader.

    +

  • -run-{int,jit,llc,cbe}
    Whenever the test program is compiled, bugpoint should generate code for it using the specified code generator. These options allow -- cgit v1.2.3-18-g5258