Eli Bendersky | 5262ad2 | 2012-03-13 08:33:15 +0000 | [diff] [blame] | 1 | |
| 2 | |
Douglas Gregor | 85fedbe | 2009-06-23 17:57:35 +0000 | [diff] [blame] | 3 | add_llvm_library(LLVMExecutionEngine |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 4 | ExecutionEngine.cpp |
| 5 | ExecutionEngineBindings.cpp |
Lang Hames | 7ea98e1 | 2014-11-27 01:41:16 +0000 | [diff] [blame^] | 6 | GDBRegistrationListener.cpp |
Filip Pizlo | 1cec8ab | 2013-05-21 20:24:07 +0000 | [diff] [blame] | 7 | RTDyldMemoryManager.cpp |
Dylan Noblesmith | 1756faa | 2011-05-13 21:36:16 +0000 | [diff] [blame] | 8 | TargetSelect.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 9 | ) |
Oscar Fuentes | 5ed9626 | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 10 | |
| 11 | add_subdirectory(Interpreter) |
Oscar Fuentes | 5ed9626 | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 12 | add_subdirectory(MCJIT) |
Oscar Fuentes | e4840e2 | 2011-03-21 23:07:53 +0000 | [diff] [blame] | 13 | add_subdirectory(RuntimeDyld) |
Eli Bendersky | 5262ad2 | 2012-03-13 08:33:15 +0000 | [diff] [blame] | 14 | |
| 15 | if( LLVM_USE_OPROFILE ) |
| 16 | add_subdirectory(OProfileJIT) |
| 17 | endif( LLVM_USE_OPROFILE ) |
| 18 | |
| 19 | if( LLVM_USE_INTEL_JITEVENTS ) |
| 20 | add_subdirectory(IntelJITEvents) |
| 21 | endif( LLVM_USE_INTEL_JITEVENTS ) |