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 |
Lang Hames | 8a6f355 | 2015-02-06 19:36:40 +0000 | [diff] [blame] | 8 | SectionMemoryManager.cpp |
Dylan Noblesmith | 1756faa | 2011-05-13 21:36:16 +0000 | [diff] [blame] | 9 | TargetSelect.cpp |
Oscar Fuentes | a229b3c | 2008-09-22 01:08:49 +0000 | [diff] [blame] | 10 | ) |
Oscar Fuentes | 5ed9626 | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 11 | |
| 12 | add_subdirectory(Interpreter) |
Oscar Fuentes | 5ed9626 | 2011-02-18 22:06:14 +0000 | [diff] [blame] | 13 | add_subdirectory(MCJIT) |
Lang Hames | 93de2a1 | 2015-01-23 21:25:00 +0000 | [diff] [blame] | 14 | add_subdirectory(Orc) |
Oscar Fuentes | e4840e2 | 2011-03-21 23:07:53 +0000 | [diff] [blame] | 15 | add_subdirectory(RuntimeDyld) |
Eli Bendersky | 5262ad2 | 2012-03-13 08:33:15 +0000 | [diff] [blame] | 16 | |
| 17 | if( LLVM_USE_OPROFILE ) |
| 18 | add_subdirectory(OProfileJIT) |
| 19 | endif( LLVM_USE_OPROFILE ) |
| 20 | |
| 21 | if( LLVM_USE_INTEL_JITEVENTS ) |
| 22 | add_subdirectory(IntelJITEvents) |
| 23 | endif( LLVM_USE_INTEL_JITEVENTS ) |