diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2008-10-26 23:59:36 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2008-10-26 23:59:36 +0000 |
commit | 33b1c30b0be49d09e57630abd2535c9aaeaf8636 (patch) | |
tree | 4e2dcde065072a843980bb6d7862c07b410f06c6 /docs/Bugpoint.html | |
parent | f61ca1eeda9cf2427047d83febe6fac1fbb1e84e (diff) | |
download | external_llvm-33b1c30b0be49d09e57630abd2535c9aaeaf8636.zip external_llvm-33b1c30b0be49d09e57630abd2535c9aaeaf8636.tar.gz external_llvm-33b1c30b0be49d09e57630abd2535c9aaeaf8636.tar.bz2 |
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
Diffstat (limited to 'docs/Bugpoint.html')
-rw-r--r-- | docs/Bugpoint.html | 5 |
1 files changed, 0 insertions, 5 deletions
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:<p> you might try <tt>llvm-link -v</tt> on the same set of input files. If that also crashes, you may be experiencing a linker bug. -<li>If your program is <b>supposed</b> to crash, <tt>bugpoint</tt> 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 <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 |