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 | c884cfbeb95e6556f4730222e715b982cc259f4e (patch) | |
tree | 1755a9773eb790f213b27c5f74ae0ebb9690960b /llvm/docs/CommandGuide | |
parent | 478cc0435bd53c93d29e276fdcfcb646ebd7615c (diff) | |
download | bcm5719-llvm-c884cfbeb95e6556f4730222e715b982cc259f4e.tar.gz bcm5719-llvm-c884cfbeb95e6556f4730222e715b982cc259f4e.zip |
Added option description for -find-bugs.
llvm-svn: 29706
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.pod b/llvm/docs/CommandGuide/bugpoint.pod index d2b922bd617..a7f4cbfab1c 100644 --- a/llvm/docs/CommandGuide/bugpoint.pod +++ b/llvm/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. |