[Orc] Add support for RuntimeDyld::setProcessAllSections.
[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   ObjectLinkingLayerTest.cpp
16   ObjectTransformLayerTest.cpp
17   OrcCAPITest.cpp
18   OrcTestCommon.cpp
19   )