aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-03-02 23:15:59 +0000
committerBill Wendling <isanbard@gmail.com>2009-03-02 23:15:59 +0000
commita347bc6700ceab6b4063cb58f8a00923d30de1df (patch)
treef484bffae6962f2598db301d080ee8ca99b09d1a /llvm/docs/CommandGuide
parentbf5d82719494cee10ee543d82c7fb28e4be07ccc (diff)
downloadllvm-a347bc6700ceab6b4063cb58f8a00923d30de1df.zip
llvm-a347bc6700ceab6b4063cb58f8a00923d30de1df.tar.gz
llvm-a347bc6700ceab6b4063cb58f8a00923d30de1df.tar.bz2
Document the -gcc-tool-args bugpoint option.
llvm-svn: 65897
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/bugpoint.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod
index 4a16ffd..204ea4d 100644
--- a/llvm/docs/CommandGuide/bugpoint.pod
+++ b/llvm/docs/CommandGuide/bugpoint.pod
@@ -59,9 +59,14 @@ options to B<bugpoint> itself. (See B<--args>, above.)
=item B<--safe-tool-args> I<tool args>
-Pass all arguments specified after --safe-tool-args to the "safe" execution
+Pass all arguments specified after B<--safe-tool-args> to the "safe" execution
tool.
+=item B<--gcc-tool-args> I<gcc tool args>
+
+Pass all arguments specified after B<--gcc-tool-args> to the invocation of
+B<gcc>.
+
=item B<--disable-{dce,simplifycfg}>
Do not run the specified passes to clean up and reduce the size of the test