From: Tobias Grosser Date: Tue, 30 Aug 2011 18:26:11 +0000 (+0000) Subject: Update docs: Bugpoint understands -O[123] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d36d2db62a76eb53a7bae36835b5694d4a2f6137;p=oota-llvm.git Update docs: Bugpoint understands -O[123] Eli added this in revision 132695. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138805 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html index 154edfdad33..7a4e808d2b9 100644 --- a/docs/Bugpoint.html +++ b/docs/Bugpoint.html @@ -216,18 +216,6 @@ non-obvious ways. Here are some hints and tips:

the list of specified optimizations to be randomized and applied to the program. This process will repeat until a bug is found or the user kills bugpoint. - -

  • bugpoint does not understand the -O option - that is used to specify optimization level to opt. You - can use e.g.

    - -
    -

    opt -O2 -debug-pass=Arguments foo.bc -disable-output

    -
    - -

    to get a list of passes that are used with -O2 and - then pass this list to bugpoint.

    -