llvm-6502/tools/bugpoint
Brian Gaeke c5cad211d6 Add check-exit-code option, defaulting to true.
Add ProgramExitedNonzero argument to executeProgram(), and make it
tell its caller whether the program exited nonzero.

Move executeProgramWithCBE() out of line, to ExecutionDriver.cpp, and remove
its extra arguments which are always defaulted.  Make it turn off
check-exit-code if the program exits nonzero while generating a reference
output.

Make diffProgram() assume that any nonzero exit code is a failure, if
check-exit-code is turned on.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11325 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-11 18:37:32 +00:00
..
BugDriver.cpp finegrainify namespacification 2004-01-14 03:38:37 +00:00
BugDriver.h Add check-exit-code option, defaulting to true. 2004-02-11 18:37:32 +00:00
bugpoint.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
CodeGeneratorBug.cpp finegrainify namespacification 2004-01-14 03:38:37 +00:00
CrashDebugger.cpp finegrainify namespacification 2004-01-14 03:38:37 +00:00
ExecutionDriver.cpp Add check-exit-code option, defaulting to true. 2004-02-11 18:37:32 +00:00
ExtractFunction.cpp Do not leave a bunch of crud lying around 2003-12-07 02:31:03 +00:00
ListReducer.h be 3.4 happy 2003-11-29 20:04:13 +00:00
Makefile Added LLVM copyright to Makefiles. 2003-10-20 22:29:16 +00:00
Miscompilation.cpp finegrainify namespacification 2004-01-14 03:38:37 +00:00
OptimizerDriver.cpp finegrainify namespacification 2004-01-14 03:38:37 +00:00
TestPasses.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
ToolRunner.cpp Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
ToolRunner.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00