2 set(LLVM_LINK_COMPONENTS
12 add_llvm_unittest(OrcJITTests
13 CompileOnDemandLayerTest.cpp
15 IndirectionUtilsTest.cpp
16 GlobalMappingLayerTest.cpp
17 JITTargetMachineBuilderTest.cpp
18 LazyCallThroughAndReexportsTest.cpp
19 LazyEmittingLayerTest.cpp
20 LegacyAPIInteropTest.cpp
21 ObjectTransformLayerTest.cpp
25 RemoteObjectLayerTest.cpp
27 RTDyldObjectLinkingLayerTest.cpp
28 RTDyldObjectLinkingLayer2Test.cpp
29 SymbolStringPoolTest.cpp
30 ThreadSafeModuleTest.cpp
33 target_link_libraries(OrcJITTests PRIVATE ${ORC_JIT_TEST_LIBS})