[DAGCombiner] Expand combining of FP logical ops to sign-setting FP ops
[llvm-core.git] / unittests / ExecutionEngine / Orc / CMakeLists.txt
blob8b0d5fc243544e5346c18578a108d5de6c83749c
2 set(LLVM_LINK_COMPONENTS
3   Core
4   ExecutionEngine
5   Object
6   OrcJIT
7   RuntimeDyld
8   Support
9   native
10   )
12 add_llvm_unittest(OrcJITTests
13   CompileOnDemandLayerTest.cpp
14   CoreAPIsTest.cpp
15   IndirectionUtilsTest.cpp
16   GlobalMappingLayerTest.cpp
17   JITTargetMachineBuilderTest.cpp
18   LazyCallThroughAndReexportsTest.cpp
19   LazyEmittingLayerTest.cpp
20   LegacyAPIInteropTest.cpp
21   ObjectTransformLayerTest.cpp
22   OrcCAPITest.cpp
23   OrcTestCommon.cpp
24   QueueChannel.cpp
25   RemoteObjectLayerTest.cpp
26   RPCUtilsTest.cpp
27   RTDyldObjectLinkingLayerTest.cpp
28   RTDyldObjectLinkingLayer2Test.cpp
29   SymbolStringPoolTest.cpp
30   ThreadSafeModuleTest.cpp
31   )
33 target_link_libraries(OrcJITTests PRIVATE ${ORC_JIT_TEST_LIBS})