From: Patrick Jenkins Date: Tue, 15 Aug 2006 17:31:58 +0000 (+0000) Subject: Added option description for -find-bugs. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7d686d58a7cc035e7fbf7936a31730d3dd4d3ef6;p=oota-llvm.git Added option description for -find-bugs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29706 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod index d2b922bd617..a7f4cbfab1c 100644 --- a/docs/CommandGuide/bugpoint.pod +++ b/docs/CommandGuide/bugpoint.pod @@ -64,6 +64,11 @@ program. By default, B uses these passes internally when attempting to reduce test programs. If you're trying to find a bug in one of these passes, B 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. + =item B<--help> Print a summary of command line options.