From: Patrick Jenkins Date: Tue, 15 Aug 2006 17:03:17 +0000 (+0000) Subject: This commit mentions -find-bugs under the advice for using bugpoints section of the... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=82681661acd4a413cef45a519bdeb0827cf832a2;p=oota-llvm.git This commit mentions -find-bugs under the advice for using bugpoints section of the bugpoint design and usage document. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29705 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html index e2a3611db27..4bcf9977d56 100644 --- a/docs/Bugpoint.html +++ b/docs/Bugpoint.html @@ -215,6 +215,12 @@ non-obvious ways. Here are some hints and tips:

confused. One way to deal with this is to cause bugpoint to ignore the exit code from your program, by giving it the -check-exit-code=false option. + +

  • bugpoint is useful for proactively finding bugs in LLVM. + Invoking bugpoint with the -find-bugs 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 bugpoint.