Stop the JIT from refusing to work just because the program it was compiled into
authorNick Lewycky <nicholas@mxc.ca>
Mon, 9 Aug 2010 07:20:20 +0000 (07:20 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 9 Aug 2010 07:20:20 +0000 (07:20 +0000)
commit1f74ad761428a140e4e349799bf3158744124cf3
tree7f49b97a3c22a33d3a855d3f6ba8d27773cda24f
parent8150d8d530a2e30912592294a0af916337334ab0
Stop the JIT from refusing to work just because the program it was compiled into
was built with -static.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110564 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JIT.cpp