From 33b1c30b0be49d09e57630abd2535c9aaeaf8636 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 26 Oct 2008 23:59:36 +0000 Subject: Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. Note that -check-exit-code was on by default while -append-exit-code is not. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58221 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Bugpoint.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/Bugpoint.html') diff --git a/docs/Bugpoint.html b/docs/Bugpoint.html index bdfd313..eda2262 100644 --- a/docs/Bugpoint.html +++ b/docs/Bugpoint.html @@ -211,11 +211,6 @@ non-obvious ways. Here are some hints and tips:

you might try llvm-link -v on the same set of input files. If that also crashes, you may be experiencing a linker bug. -

  • If your program is supposed to crash, bugpoint will be - 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 -- cgit v1.1