From: Chris Lattner Date: Sat, 18 Oct 2003 20:57:23 +0000 (+0000) Subject: Expand the --args section X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0b4ffea8665025988a3a5da2106070de561adeb2;p=oota-llvm.git Expand the --args section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9241 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index 78e3ebdbd97..8d83863d9db 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -116,8 +116,17 @@ working properly.

run.

  • -args <arguments>
    + All arguments specified after -args are passed into the - executed program when the program must be executed.

    + executed program when the program must be executed. Note that if the + program takes an argument which starts with a '-', you should use: +

    + bugpoint .... -args -- (the arguments here) +

    + The "--" right after the -args option tells + bugpoint to consider any options starting with - to be + part of the -args option, not as options to bugpoint + itself.

  • -disable-(adce,dce,final-cleanup,simplifycfg)
    bugpoint uses several passes internally for cleanup routines to