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.