2 set(LLVM_LINK_COMPONENTS
17 add_llvm_unittest(OrcJITTests
19 ExecutorAddressTest.cpp
20 ExecutionSessionWrapperFunctionCallsTest.cpp
21 EPCGenericJITLinkMemoryManagerTest.cpp
22 EPCGenericMemoryAccessTest.cpp
23 IndirectionUtilsTest.cpp
24 JITTargetMachineBuilderTest.cpp
25 LazyCallThroughAndReexportsTest.cpp
26 LookupAndRecordAddrsTest.cpp
27 MapperJITLinkMemoryManagerTest.cpp
29 ObjectLinkingLayerTest.cpp
32 ResourceTrackerTest.cpp
33 RTDyldObjectLinkingLayerTest.cpp
34 SharedMemoryMapperTest.cpp
35 SimpleExecutorMemoryManagerTest.cpp
36 SimplePackedSerializationTest.cpp
37 SymbolStringPoolTest.cpp
39 ThreadSafeModuleTest.cpp
40 WrapperFunctionUtilsTest.cpp
43 target_link_libraries(OrcJITTests PRIVATE
47 set_property(TARGET OrcJITTests PROPERTY FOLDER "Tests/UnitTests/ExecutionTests")