projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38efa38
)
Document the -gcc-tool-args bugpoint option.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 2 Mar 2009 23:15:59 +0000
(23:15 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 2 Mar 2009 23:15:59 +0000
(23:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65897
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/CommandGuide/bugpoint.pod
patch
|
blob
|
history
diff --git
a/docs/CommandGuide/bugpoint.pod
b/docs/CommandGuide/bugpoint.pod
index 4a16ffd510de857eece6b406555fbd7aa08eaa67..204ea4d3d39a8c653c46a554c06810a7534c3b10 100644
(file)
--- 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