From e5109fae718c996ce52b485328f8108728097843 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 6 Apr 2004 15:14:10 +0000 Subject: [PATCH] Remove some options that don't really have anything to do with bugpoint git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12694 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 62e5787f86e..5de0f527b5a 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -190,16 +190,6 @@ 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.

    -- 2.34.1