summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/bugpoint.html
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-11 18:44:55 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-11 18:44:55 +0000
commitbc67d59ac8b83eb47705a066ade6db0bb6b5ef8e (patch)
treed1450c816ed7da6d077ff0060412f37e8ec122d2 /llvm/docs/CommandGuide/bugpoint.html
parent228a29b7119bd87dc14ed7120804c96358f02a46 (diff)
downloadbcm5719-llvm-bc67d59ac8b83eb47705a066ade6db0bb6b5ef8e.tar.gz
bcm5719-llvm-bc67d59ac8b83eb47705a066ade6db0bb6b5ef8e.zip
add advice bullet about -check-exit-code
llvm-svn: 11327
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.html')
-rw-r--r--llvm/docs/CommandGuide/bugpoint.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html
index f19d0cdb123..96f7e90b203 100644
--- a/llvm/docs/CommandGuide/bugpoint.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud