diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-11 18:44:55 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-02-11 18:44:55 +0000 |
commit | 421f31764e5ed906890748cf0dafd9afb6a33fb8 (patch) | |
tree | 87dac582c237736d83b4341193b0058efaf377a6 /docs | |
parent | 4fda776e04a4094677d48ef2e2145b0ad35d8d38 (diff) | |
download | external_llvm-421f31764e5ed906890748cf0dafd9afb6a33fb8.zip external_llvm-421f31764e5ed906890748cf0dafd9afb6a33fb8.tar.gz external_llvm-421f31764e5ed906890748cf0dafd9afb6a33fb8.tar.bz2 |
add advice bullet about -check-exit-code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11327 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/bugpoint.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index f19d0cd..96f7e90 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/docs/CommandGuide/bugpoint.html @@ -152,6 +152,11 @@ non-obvious ways. Here are some hints and tips:<p> <tt>bugpoint</tt> crashes before you see its "All input ok" message, 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. </ol> |