Make the executeProgram method exception safe, not leaving around bytecode
authorChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2004 22:01:21 +0000 (22:01 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2004 22:01:21 +0000 (22:01 +0000)
commit9709272675feaca030cce14d0f5eb7f342b3fc1d
tree34b68dd02dbdda43fa4ccabc055d65ec20f251ce
parent0cc8807029f577996a442b96d24c3346ed6de091
Make the executeProgram method exception safe, not leaving around bytecode
files.

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