OSDN Git Service

3f155d3549c9ef15350200e446b9a365c982381e
[android-x86/external-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   LogicalDylibTest.cpp
18   ObjectLinkingLayerTest.cpp
19   ObjectTransformLayerTest.cpp
20   OrcCAPITest.cpp
21   OrcTestCommon.cpp
22   RPCUtilsTest.cpp
23   )
24
25 target_link_libraries(OrcJITTests ${PTHREAD_LIB})