Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b14bed80cb459643e0b788e9a3875cdf643e90a7
/
.
/
llvm
/
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)