• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# TODO: Support other architectures. See Makefile.
2add_definitions(-DENABLE_X86_JIT)
3
4add_llvm_library(LLVMJIT
5  JIT.cpp
6  JITDwarfEmitter.cpp
7  JITEmitter.cpp
8  JITMemoryManager.cpp
9  )
10