[InstCombine] Signed saturation patterns
[llvm-core.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
blob945c9926d26e7b314e186d8934dd71cbf49c2f4e
2 set(LLVM_LINK_COMPONENTS
3   Core
4   ExecutionEngine
5   Object
6   OrcJIT
7   Passes
8   RuntimeDyld
9   Support
10   native
11   )
13 add_llvm_unittest(OrcJITTests
14   CoreAPIsTest.cpp
15   IndirectionUtilsTest.cpp
16   GlobalMappingLayerTest.cpp
17   JITTargetMachineBuilderTest.cpp
18   LazyCallThroughAndReexportsTest.cpp
19   LazyEmittingLayerTest.cpp
20   LegacyAPIInteropTest.cpp
21   LegacyCompileOnDemandLayerTest.cpp
22   LegacyRTDyldObjectLinkingLayerTest.cpp
23   ObjectTransformLayerTest.cpp
24   OrcCAPITest.cpp
25   OrcTestCommon.cpp
26   QueueChannel.cpp
27   RemoteObjectLayerTest.cpp
28   RPCUtilsTest.cpp
29   RTDyldObjectLinkingLayerTest.cpp
30   SymbolStringPoolTest.cpp
31   ThreadSafeModuleTest.cpp
32   )
34 target_link_libraries(OrcJITTests PRIVATE
35                         LLVMTestingSupport
36                         ${ORC_JIT_TEST_LIBS})