The return value of compileSharedObject was never used. Return the shared
authorChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 21:09:11 +0000 (21:09 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 21:09:11 +0000 (21:09 +0000)
commita0f5b15e1eb8642d92b3141a6b88a5729ea979dc
treeb0656b9b29ae1e9d9460150a407bc79d5bec257d
parent1798e4ade88c1fccfc290846f588c1d1261a5299
The return value of compileSharedObject was never used.  Return the shared
object's name instead

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