[llvm-commits] [llvm] r65897 - /llvm/trunk/docs/CommandGuide/bugpoint.pod
Bill Wendling
isanbard at gmail.com
Mon Mar 2 15:15:59 PST 2009
Author: void
Date: Mon Mar 2 17:15:59 2009
New Revision: 65897
URL: http://llvm.org/viewvc/llvm-project?rev=65897&view=rev
Log:
Document the -gcc-tool-args bugpoint option.
Modified:
llvm/trunk/docs/CommandGuide/bugpoint.pod
Modified: llvm/trunk/docs/CommandGuide/bugpoint.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/bugpoint.pod?rev=65897&r1=65896&r2=65897&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/bugpoint.pod (original)
+++ llvm/trunk/docs/CommandGuide/bugpoint.pod Mon Mar 2 17:15:59 2009
@@ -59,9 +59,14 @@
=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
More information about the llvm-commits
mailing list