[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.
[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   CompileOnDemandLayerTest.cpp
9   IndirectionUtilsTest.cpp
10   GlobalMappingLayerTest.cpp
11   LazyEmittingLayerTest.cpp
12   ObjectTransformLayerTest.cpp
13   OrcTestCommon.cpp
14   )