[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.pod

Patrick Jenkins pjenkins at apple.com
Tue Aug 15 10:32:12 PDT 2006



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.






More information about the llvm-commits mailing list