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 Rename method 2003-12-23 09:41:45 +00:00
bugpoint Add check-exit-code option, defaulting to true. 2004-02-11 18:37:32 +00:00
extract Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
gccas Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas. 2004-02-01 07:24:53 +00:00
gccld Fixed PR#197. The libcrtend library is removed from the library linking list 2004-01-26 23:51:10 +00:00
llc Fix indentation of selectiondag. 2004-02-08 05:49:29 +00:00
llee Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
lli Pass extra arguments around n stuph 2003-12-28 09:51:04 +00:00
llvm-ar Use new getFileSize function. Eliminate some using directives. Reorder #includes a bit 2003-12-30 07:45:46 +00:00
llvm-as Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
llvm-db Minor change to breakpoint (lack of) support 2004-02-08 00:06:20 +00:00
llvm-dis Restore the -llvm option 2003-11-12 04:59:59 +00:00
llvm-extract Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
llvm-link Use getFileSize() instead of sys/stat.h directly 2003-12-30 07:48:17 +00:00
llvm-nm Unbreak the "-" as filename hack. 2003-11-19 22:15:00 +00:00
llvm-prof Factor profile information loading OUT of llvm-prof into libanalysis 2004-02-11 05:56:07 +00:00
opt Rename method 2003-12-23 09:41:45 +00:00
Makefile Add new directory 2004-01-05 05:28:15 +00:00