add a new ExecutionEngine::createJIT which can be used if you only want
authorChris Lattner <sabre@nondot.org>
Thu, 6 Dec 2007 01:34:04 +0000 (01:34 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 Dec 2007 01:34:04 +0000 (01:34 +0000)
commit34c9433004cabd4760987dce4804a91c84908219
treeab136b7e1e199a68e9fe6ab59846e27cb8fce91e
parent9f2f142d255bc96f109dd5c6524a485937b1f3a1
add a new ExecutionEngine::createJIT which can be used if you only want
to create a JIT.  This lets you specify JIT-specific configuration items
like the JITMemoryManager to use.

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