1set(LLVM_LINK_COMPONENTS
2  interpreter
3  )
4
5add_llvm_unittest(ExecutionEngineTests
6  ExecutionEngineTest.cpp
7  )
8
9add_subdirectory(JIT)
10