llvm-6502/tools
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
..
analyze
bugpoint Add check-exit-code option, defaulting to true. 2004-02-11 18:37:32 +00:00
extract
gccas
gccld
llc Fix indentation of selectiondag. 2004-02-08 05:49:29 +00:00
llee
lli
llvm-ar
llvm-as
llvm-db Minor change to breakpoint (lack of) support 2004-02-08 00:06:20 +00:00
llvm-dis
llvm-extract
llvm-link
llvm-nm
llvm-prof Factor profile information loading OUT of llvm-prof into libanalysis 2004-02-11 05:56:07 +00:00
opt
Makefile