diff options
author | Patrick Jenkins <pjenkins@apple.com> | 2006-08-15 17:31:58 +0000 |
---|---|---|
committer | Patrick Jenkins <pjenkins@apple.com> | 2006-08-15 17:31:58 +0000 |
commit | 7d686d58a7cc035e7fbf7936a31730d3dd4d3ef6 (patch) | |
tree | 841f9bd4ed03e5366ad0722ab87ed60615af005b /docs/CommandGuide | |
parent | 82681661acd4a413cef45a519bdeb0827cf832a2 (diff) |
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/CommandGuide')
-rw-r--r-- | docs/CommandGuide/bugpoint.pod | 5 |
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. |