Without this option, the -run-llc mode does not work with shared objects at
authorChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 21:54:47 +0000 (21:54 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 21:54:47 +0000 (21:54 +0000)
commit1f0f1621f0be4efdf4b2d20046f7d081863b817e
tree9064eda5101d969cced37a6f0e5f09cad24bdea9
parent634ec56986f5832804ce1fef6ddd66fac6103b8c
Without this option, the -run-llc mode does not work with shared objects at
all, making it pointless for use with the code generator debugger.  With it,
it works like a charm.

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