2 set(LLVM_LINK_COMPONENTS
18 add_llvm_unittest(OrcJITTests
20 ExecutorAddressTest.cpp
21 ExecutionSessionWrapperFunctionCallsTest.cpp
22 EPCGenericJITLinkMemoryManagerTest.cpp
23 EPCGenericMemoryAccessTest.cpp
24 IndirectionUtilsTest.cpp
25 JITTargetMachineBuilderTest.cpp
26 LazyCallThroughAndReexportsTest.cpp
27 LookupAndRecordAddrsTest.cpp
28 MapperJITLinkMemoryManagerTest.cpp
31 ObjectLinkingLayerTest.cpp
34 ResourceTrackerTest.cpp
35 RTDyldObjectLinkingLayerTest.cpp
36 SharedMemoryMapperTest.cpp
37 SimpleExecutorMemoryManagerTest.cpp
38 SimplePackedSerializationTest.cpp
39 SymbolStringPoolTest.cpp
41 ThreadSafeModuleTest.cpp
42 WrapperFunctionUtilsTest.cpp
45 target_link_libraries(OrcJITTests PRIVATE
49 set_property(TARGET OrcJITTests PROPERTY FOLDER "Tests/UnitTests/ExecutionTests")
51 export_executable_symbols(OrcJITTests)