Stop the JIT from refusing to work just because the program it was compiled into
commitabd3c2e47bb0c0b70917c7ce4123014fabc94a2a
authorNick Lewycky <nicholas@mxc.ca>
Mon, 9 Aug 2010 07:20:20 +0000 (9 07:20 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 9 Aug 2010 07:20:20 +0000 (9 07:20 +0000)
tree7f49b97a3c22a33d3a855d3f6ba8d27773cda24f
parent19559e1e0ebf973638c58e78579a0766fd77c16e
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