From bc67d59ac8b83eb47705a066ade6db0bb6b5ef8e Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 11 Feb 2004 18:44:55 +0000 Subject: add advice bullet about -check-exit-code llvm-svn: 11327 --- llvm/docs/CommandGuide/bugpoint.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'llvm/docs/CommandGuide') 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:

bugpoint crashes before you see its "All input ok" message, 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. -- cgit v1.2.3