[Orc] Add support for remote JITing to the ORC API.
[oota-llvm.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
1
2 set(LLVM_LINK_COMPONENTS
3   Core
4   ExecutionEngine
5   Object
6   OrcJIT
7   RuntimeDyld
8   Support
9   native
10   )
11
12 add_llvm_unittest(OrcJITTests
13   CompileOnDemandLayerTest.cpp
14   IndirectionUtilsTest.cpp
15   GlobalMappingLayerTest.cpp
16   LazyEmittingLayerTest.cpp
17   ObjectLinkingLayerTest.cpp
18   ObjectTransformLayerTest.cpp
19   OrcCAPITest.cpp
20   OrcTestCommon.cpp
21   RPCUtilsTest.cpp
22   )