01c209f8e0e3a02830fe2cc0a90332ce6b43e681
[oota-llvm.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
1
2 set(LLVM_LINK_COMPONENTS
3   Core
4   ExecutionEngine
5   OrcJIT
6   Support
7   native
8   )
9
10 add_llvm_unittest(OrcJITTests
11   CompileOnDemandLayerTest.cpp
12   IndirectionUtilsTest.cpp
13   GlobalMappingLayerTest.cpp
14   LazyEmittingLayerTest.cpp
15   ObjectTransformLayerTest.cpp
16   OrcCAPITest.cpp
17   OrcTestCommon.cpp
18   )