Actually return an error if something bad happens, don't just exit.
authorChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 21:07:25 +0000 (21:07 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 21:07:25 +0000 (21:07 +0000)
commit1798e4ade88c1fccfc290846f588c1d1261a5299
tree1c1a96f39d07efb7a5ace4b05a7415a29eca6b5b
parent8deb5814a1e648d80c0d4dc4556ebb0cdfedf147
Actually return an error if something bad happens, don't just exit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9119 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/ToolRunner.cpp
tools/bugpoint/ToolRunner.cpp