2012-03-13 09:33:15 +01:00
|
|
|
|
|
|
|
|
2009-06-23 19:57:35 +02:00
|
|
|
add_llvm_library(LLVMExecutionEngine
|
2008-09-22 03:08:49 +02:00
|
|
|
ExecutionEngine.cpp
|
|
|
|
ExecutionEngineBindings.cpp
|
2011-05-13 23:36:16 +02:00
|
|
|
TargetSelect.cpp
|
2008-09-22 03:08:49 +02:00
|
|
|
)
|
2011-02-18 23:06:14 +01:00
|
|
|
|
|
|
|
add_subdirectory(Interpreter)
|
|
|
|
add_subdirectory(JIT)
|
|
|
|
add_subdirectory(MCJIT)
|
2011-03-22 00:07:53 +01:00
|
|
|
add_subdirectory(RuntimeDyld)
|
2012-03-13 09:33:15 +01:00
|
|
|
|
|
|
|
if( LLVM_USE_OPROFILE )
|
|
|
|
add_subdirectory(OProfileJIT)
|
|
|
|
endif( LLVM_USE_OPROFILE )
|
|
|
|
|
|
|
|
if( LLVM_USE_INTEL_JITEVENTS )
|
|
|
|
add_subdirectory(IntelJITEvents)
|
|
|
|
endif( LLVM_USE_INTEL_JITEVENTS )
|