Changes in directory llvm/docs/CommandGuide:
bugpoint.pod updated: 1.6 -> 1.7 --- Log message: Added option description for -find-bugs. --- Diffs of the changes: (+5 -0) bugpoint.pod | 5 +++++ 1 files changed, 5 insertions(+) Index: llvm/docs/CommandGuide/bugpoint.pod diff -u llvm/docs/CommandGuide/bugpoint.pod:1.6 llvm/docs/CommandGuide/bugpoint.pod:1.7 --- llvm/docs/CommandGuide/bugpoint.pod:1.6 Mon Mar 13 23:42:07 2006 +++ llvm/docs/CommandGuide/bugpoint.pod Tue Aug 15 12:31:58 2006 @@ -64,6 +64,11 @@ 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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits