mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Document the -gcc-tool-args bugpoint option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65897 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
38efa38c86
commit
52349a919b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user