blob: ed7f10a23c8ade4e892736ee2781bf64a3fd6a88 [file] [log] [blame]
Chandler Carruth94d02512012-06-21 09:51:26 +00001set(LLVM_LINK_COMPONENTS
Chandler Carruth94d02512012-06-21 09:51:26 +00002 interpreter
Chandler Carruth94d02512012-06-21 09:51:26 +00003 )
4
5add_llvm_unittest(ExecutionEngineTests
6 ExecutionEngineTest.cpp
7 )
8
9add_subdirectory(JIT)
Andrew Kaylor5e7d7922012-10-04 20:29:44 +000010add_subdirectory(MCJIT)