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)
commit0132ae4117dfc7a7a47836690e35e878953b618d
tree7dfe582fef0b5d61b3f47daafbd898ed772a05dd
parentf021940b49f97d41803468de938e3e36bfc4221d
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.

llvm-svn: 9245
llvm/lib/Support/ToolRunner.cpp