Nuke the old JIT.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / CMakeLists.txt
1 add_llvm_library(LLVMMCJIT
2   JITMemoryManager.cpp
3   MCJIT.cpp
4   SectionMemoryManager.cpp
5   )