Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
authorChris Lattner <sabre@nondot.org>
Wed, 22 Mar 2006 06:07:50 +0000 (06:07 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Mar 2006 06:07:50 +0000 (06:07 +0000)
commit2fe4bb06c6c40d16b7a5ae9cdf6bb6fe94d51be0
tree9aa1af4b15d5ac30cf9d801c52a0ddf1e018369f
parent765c93cefda367d8e5a8e0afcd610a7e15bbd987
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.

Now you can build a tool with just the JIT or just the interpreter.

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