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 | ||||
4 | ) | ||||
Oscar Fuentes | 6d857ca | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 5 | |
6 | add_subdirectory(Interpreter) | ||||
7 | add_subdirectory(JIT) | ||||
8 | add_subdirectory(MCJIT) | ||||
Oscar Fuentes | 1dbf6f5 | 2011-03-21 23:07:53 +0000 | [diff] [blame^] | 9 | add_subdirectory(RuntimeDyld) |