Change the execute methods to take the shared object filename by const reference.
authorChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 21:59:36 +0000 (21:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 21:59:36 +0000 (21:59 +0000)
commit769f1fe6728ffb5627ae0cedc392576d6e701a5a
treee5bebed9c7a71ff28d1233cd6e84a7c0baa49826
parenteeed98382158c5049e7700c768a74b9122fffd71
Change the execute methods to take the shared object filename by const reference.
Other adjustments to work with the new ToolRunner interfaces

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