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)
commit3f6e522257d422ddfce0f2f007ddfe7f66305b17
treedc58182a46944c9c66485cdf6e8c7a9bbc10c5dd
parent1499851ef60aff88a466fe294a9c4cae0f3ef973
Change the execute methods to take the shared object filename by const reference.
Other adjustments to work with the new ToolRunner interfaces

llvm-svn: 9130
llvm/tools/bugpoint/BugDriver.h
llvm/tools/bugpoint/CodeGeneratorBug.cpp
llvm/tools/bugpoint/ExecutionDriver.cpp