30bd19fa3d236e95c4e00357b059eca795c3ef50
[oota-llvm.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   OrcJIT
4   Support
5   )
6
7 add_llvm_unittest(OrcJITTests
8   IndirectionUtilsTest.cpp
9   LazyEmittingLayerTest.cpp
10   ObjectTransformLayerTest.cpp
11   OrcTestCommon.cpp
12   )