Sign in
ara-mdk
/
platform
/
external
/
llvm
/
afa288de507fb39105e59b0557a25b32ae366637
/
.
/
unittests
/
ExecutionEngine
/
CMakeLists.txt
blob: ed7f10a23c8ade4e892736ee2781bf64a3fd6a88 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
interpreter
)
add_llvm_unittest(ExecutionEngineTests
ExecutionEngineTest.cpp
)
add_subdirectory(JIT)
add_subdirectory(MCJIT)