1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Document the -gcc-tool-args bugpoint option.

llvm-svn: 65897
This commit is contained in:
Bill Wendling 2009-03-02 23:15:59 +00:00
parent 8adf350009
commit 1063de1ee0

View File

@ -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