[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union that
[oota-llvm.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
1
2 set(LLVM_LINK_COMPONENTS
3   Core
4   OrcJIT
5   MC
6   Support
7   Target
8   native
9   )
10
11 add_llvm_unittest(OrcJITTests
12   CompileOnDemandLayerTest.cpp
13   IndirectionUtilsTest.cpp
14   GlobalMappingLayerTest.cpp
15   LazyEmittingLayerTest.cpp
16   ObjectTransformLayerTest.cpp
17   OrcCAPITest.cpp
18   OrcTestCommon.cpp
19   )