From 421f31764e5ed906890748cf0dafd9afb6a33fb8 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 11 Feb 2004 18:44:55 +0000 Subject: [PATCH] add advice bullet about -check-exit-code git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11327 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/bugpoint.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/CommandGuide/bugpoint.html b/docs/CommandGuide/bugpoint.html index f19d0cdb123..96f7e90b203 100644 --- a/docs/CommandGuide/bugpoint.html +++ b/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. -- 2.34.1