Changes in directory llvm/docs:
Bugpoint.html updated: 1.6 -> 1.7 --- Log message: This commit mentions -find-bugs under the advice for using bugpoints section of the bugpoint design and usage document. --- Diffs of the changes: (+7 -1) Bugpoint.html | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletion(-) Index: llvm/docs/Bugpoint.html diff -u llvm/docs/Bugpoint.html:1.6 llvm/docs/Bugpoint.html:1.7 --- llvm/docs/Bugpoint.html:1.6 Mon Mar 13 23:39:39 2006 +++ llvm/docs/Bugpoint.html Tue Aug 15 12:03:17 2006 @@ -215,6 +215,12 @@ confused. One way to deal with this is to cause bugpoint to ignore the exit code from your program, by giving it the <tt>-check-exit-code=false</tt> option. + +<li><tt>bugpoint</tt> is useful for proactively finding bugs in LLVM. + Invoking <tt>bugpoint</tt> with the <tt>-find-bugs</tt> option will cause + the list of specified optimizations to be randomized and applied to the + program. This process will repeat until an error occurs or the user + kills <tt>bugpoint</tt>. </ol> @@ -231,7 +237,7 @@ <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br> <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2006/03/14 05:39:39 $ + Last modified: $Date: 2006/08/15 17:03:17 $ </address> </body> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits