2012-03-13 16:33:15 +08:00
|
|
|
|
|
|
|
|
2009-06-24 01:57:35 +08:00
|
|
|
add_llvm_library(LLVMExecutionEngine
|
2008-09-22 09:08:49 +08:00
|
|
|
ExecutionEngine.cpp
|
|
|
|
ExecutionEngineBindings.cpp
|
2011-05-14 05:36:16 +08:00
|
|
|
TargetSelect.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
)
|
2011-02-19 06:06:14 +08:00
|
|
|
|
|
|
|
add_subdirectory(Interpreter)
|
|
|
|
add_subdirectory(JIT)
|
|
|
|
add_subdirectory(MCJIT)
|
2011-03-22 07:07:53 +08:00
|
|
|
add_subdirectory(RuntimeDyld)
|
2012-03-13 16:33:15 +08: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 )
|