Add a new flag that disables symbol lookup with dlsym when set. This allows
authorChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2008 17:44:14 +0000 (17:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Jun 2008 17:44:14 +0000 (17:44 +0000)
commite846db667529eeeae531ce3b7382e18888d1eba0
tree3e03346b350a1b7cda9e608e7b4e40b9eda564f3
parent16228c08b4cbad0620fe09b8afb3da70e3fbb040
Add a new flag that disables symbol lookup with dlsym when set.  This allows
a JIT client to completely control symbol lookup with the LazyFunctionCreator
interface.

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