1 # TODO: Support other architectures. See Makefile. 2 add_definitions(-DENABLE_X86_JIT) 3 4 add_llvm_library(LLVMJIT 5 JIT.cpp 6 JITEmitter.cpp 7 JITMemoryManager.cpp 8 ) 9