summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Jenkins <pjenkins@apple.com>2006-08-15 17:31:58 +0000
committerPatrick Jenkins <pjenkins@apple.com>2006-08-15 17:31:58 +0000
commit7d686d58a7cc035e7fbf7936a31730d3dd4d3ef6 (patch)
tree841f9bd4ed03e5366ad0722ab87ed60615af005b /docs
parent82681661acd4a413cef45a519bdeb0827cf832a2 (diff)
downloadllvm-7d686d58a7cc035e7fbf7936a31730d3dd4d3ef6.tar.gz
llvm-7d686d58a7cc035e7fbf7936a31730d3dd4d3ef6.tar.bz2
llvm-7d686d58a7cc035e7fbf7936a31730d3dd4d3ef6.tar.xz
Added option description for -find-bugs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/bugpoint.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod
index d2b922bd61..a7f4cbfab1 100644
--- a/docs/CommandGuide/bugpoint.pod
+++ b/docs/CommandGuide/bugpoint.pod
@@ -64,6 +64,11 @@ program. By default, B<bugpoint> uses these passes internally when attempting to
reduce test programs. If you're trying to find a bug in one of these passes,
B<bugpoint> may crash.
+=item B<-find-bugs>
+
+Continually randomize the specified passes and run them on the test program
+until an error is found in LLVM or the user kills B<bugpoint>.
+
=item B<--help>
Print a summary of command line options.