projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5ca99046beaadfec354d1899d910efe8e43ce4a7
[oota-llvm.git]
/
unittests
/
ExecutionEngine
/
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS
2
jit
3
interpreter
4
nativecodegen
5
)
6
7
add_llvm_unittest(ExecutionEngineTests
8
ExecutionEngineTest.cpp
9
)
10
11
add_subdirectory(JIT)