aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit52349a919bb094fc301c94e86d682265860fc026 (patch)
tree075afb046f30b7f3501a9f50b9da79232b14f5bf /docs/CommandGuide
parent38efa38c864f6d29892d92102c0232b234b526ed (diff)
downloadexternal_llvm-52349a919bb094fc301c94e86d682265860fc026.zip
external_llvm-52349a919bb094fc301c94e86d682265860fc026.tar.gz
external_llvm-52349a919bb094fc301c94e86d682265860fc026.tar.bz2
Document the -gcc-tool-args bugpoint option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65897 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/bugpoint.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod
index 4a16ffd..204ea4d 100644
--- a/docs/CommandGuide/bugpoint.pod
+++ b/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