Douglas Gregor | 7e9e36a | 2009-06-23 17:57:35 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMExecutionEngine |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 2 | ExecutionEngine.cpp |
| 3 | ExecutionEngineBindings.cpp |
Dylan Noblesmith | 2ea29ba | 2011-05-13 21:36:16 +0000 | [diff] [blame] | 4 | TargetSelect.cpp |
Oscar Fuentes | 3d01fc7 | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 5 | ) |
Oscar Fuentes | 6d857ca | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 6 | |
Chandler Carruth | ac03e73 | 2011-07-29 00:14:25 +0000 | [diff] [blame] | 7 | add_llvm_library_dependencies(LLVMExecutionEngine |
| 8 | LLVMCore |
| 9 | LLVMMC |
| 10 | LLVMSupport |
| 11 | LLVMTarget |
| 12 | ) |
| 13 | |
Oscar Fuentes | 6d857ca | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 14 | add_subdirectory(Interpreter) |
| 15 | add_subdirectory(JIT) |
| 16 | add_subdirectory(MCJIT) |
Oscar Fuentes | 1dbf6f5 | 2011-03-21 23:07:53 +0000 | [diff] [blame] | 17 | add_subdirectory(RuntimeDyld) |