2008-09-22 09:08:49 +08:00
|
|
|
# TODO: Support other architectures. See Makefile.
|
|
|
|
add_definitions(-DENABLE_X86_JIT)
|
|
|
|
|
2009-06-24 01:57:35 +08:00
|
|
|
add_llvm_library(LLVMJIT
|
2008-09-22 09:08:49 +08:00
|
|
|
Intercept.cpp
|
|
|
|
JIT.cpp
|
2009-09-21 16:08:29 +08:00
|
|
|
JITDebugRegisterer.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
JITDwarfEmitter.cpp
|
|
|
|
JITEmitter.cpp
|
|
|
|
JITMemoryManager.cpp
|
2009-07-11 05:08:20 +08:00
|
|
|
OProfileJITEventListener.cpp
|
2008-09-22 09:08:49 +08:00
|
|
|
TargetSelect.cpp
|
|
|
|
)
|