Split the landing pad basic block with the correct function. Also merge the
[oota-llvm.git] / lib / ExecutionEngine / CMakeLists.txt
1 add_llvm_library(LLVMExecutionEngine
2   ExecutionEngine.cpp
3   ExecutionEngineBindings.cpp
4   TargetSelect.cpp
5   )
6
7 add_llvm_library_dependencies(LLVMExecutionEngine
8   LLVMCore
9   LLVMMC
10   LLVMSupport
11   LLVMTarget
12   )
13
14 add_subdirectory(Interpreter)
15 add_subdirectory(JIT)
16 add_subdirectory(MCJIT)
17 add_subdirectory(RuntimeDyld)