From 7d686d58a7cc035e7fbf7936a31730d3dd4d3ef6 Mon Sep 17 00:00:00 2001 From: Patrick Jenkins Date: Tue, 15 Aug 2006 17:31:58 +0000 Subject: [PATCH] Added option description for -find-bugs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29706 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.pod | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.34.1