From 0b4ffea8665025988a3a5da2106070de561adeb2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 18 Oct 2003 20:57:23 +0000 Subject: [PATCH] Expand the --args section git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9241 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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