Based on the small opt Zvi's patch was trying to achieve, eliminate
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / CMakeLists.txt
1 add_llvm_library(LLVMMCJIT
2   MCJIT.cpp
3   Intercept.cpp
4   )
5
6 add_llvm_library_dependencies(LLVMMCJIT
7   LLVMCore
8   LLVMExecutionEngine
9   LLVMRuntimeDyld
10   LLVMSupport
11   LLVMTarget
12   )