Andrew Kaylor 17202594ad Adding MCJIT and MemoryBuffer unit tests
Patch by Daniel Malea.

llvm-svn: 165246
2012-10-04 20:29:44 +00:00

11 lines
160 B
CMake

set(LLVM_LINK_COMPONENTS
interpreter
)
add_llvm_unittest(ExecutionEngineTests
ExecutionEngineTest.cpp
)
add_subdirectory(JIT)
add_subdirectory(MCJIT)