2008-09-22 01:08:49 +00:00
|
|
|
# TODO: Support other architectures. See Makefile.
|
|
|
|
add_definitions(-DENABLE_X86_JIT)
|
|
|
|
|
2009-06-23 17:57:35 +00:00
|
|
|
add_llvm_library(LLVMJIT
|
2008-09-22 01:08:49 +00:00
|
|
|
JIT.cpp
|
|
|
|
JITDwarfEmitter.cpp
|
|
|
|
JITEmitter.cpp
|
|
|
|
JITMemoryManager.cpp
|
|
|
|
)
|