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 | f5ba827d41409b04cb0588e4fde83b7f2891337f (patch) | |
tree | 148a7c36cf888d49d0911bc7b3c499079a5eb0e5 /llvm/docs/Bugpoint.html | |
parent | 084bc32e0d0c80216a85597f1d08d67386099c58 (diff) | |
download | bcm5719-llvm-f5ba827d41409b04cb0588e4fde83b7f2891337f.tar.gz bcm5719-llvm-f5ba827d41409b04cb0588e4fde83b7f2891337f.zip |
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.
llvm-svn: 58221
Diffstat (limited to 'llvm/docs/Bugpoint.html')
-rw-r--r-- | llvm/docs/Bugpoint.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/Bugpoint.html b/llvm/docs/Bugpoint.html index bdfd31379a9..eda22629eda 100644 --- a/llvm/docs/Bugpoint.html +++ b/llvm/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 |