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