Add an -append-exit-code option to bugpoint. This will cause bugpoint to
authorReid Spencer <rspencer@reidspencer.com>
Tue, 28 Nov 2006 07:04:10 +0000 (07:04 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 28 Nov 2006 07:04:10 +0000 (07:04 +0000)
commit5e1452c856a8bcf39ab7a67a5af946c8162f942d
tree18cccf2643831d79dfcd62098b95af7895a56622
parent2c2148bc270f96e79bc7230e287409658452a9f5
Add an -append-exit-code option to bugpoint. This will cause bugpoint to
append "exit <retcode>" to the end of the output file. This is used by
the nightly tester to make bugpoint match the output generated by the
RunSafely.sh script so it doesn't find false positives.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31960 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/ExecutionDriver.cpp