Changeset View
Changeset View
Standalone View
Standalone View
llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
Show All 24 Lines | add_llvm_unittest(OrcJITTests | ||||
LazyCallThroughAndReexportsTest.cpp | LazyCallThroughAndReexportsTest.cpp | ||||
LookupAndRecordAddrsTest.cpp | LookupAndRecordAddrsTest.cpp | ||||
MemoryMapperTest.cpp | MemoryMapperTest.cpp | ||||
ObjectLinkingLayerTest.cpp | ObjectLinkingLayerTest.cpp | ||||
OrcCAPITest.cpp | OrcCAPITest.cpp | ||||
OrcTestCommon.cpp | OrcTestCommon.cpp | ||||
ResourceTrackerTest.cpp | ResourceTrackerTest.cpp | ||||
RTDyldObjectLinkingLayerTest.cpp | RTDyldObjectLinkingLayerTest.cpp | ||||
SharedMemoryMapperTest.cpp | |||||
SimpleExecutorMemoryManagerTest.cpp | SimpleExecutorMemoryManagerTest.cpp | ||||
SimplePackedSerializationTest.cpp | SimplePackedSerializationTest.cpp | ||||
SymbolStringPoolTest.cpp | SymbolStringPoolTest.cpp | ||||
TaskDispatchTest.cpp | TaskDispatchTest.cpp | ||||
ThreadSafeModuleTest.cpp | ThreadSafeModuleTest.cpp | ||||
WrapperFunctionUtilsTest.cpp | WrapperFunctionUtilsTest.cpp | ||||
) | ) | ||||
target_link_libraries(OrcJITTests PRIVATE | target_link_libraries(OrcJITTests PRIVATE | ||||
LLVMTestingSupport | LLVMTestingSupport | ||||
${ORC_JIT_TEST_LIBS}) | ${ORC_JIT_TEST_LIBS}) | ||||
set_property(TARGET OrcJITTests PROPERTY FOLDER "Tests/UnitTests/ExecutionTests") | set_property(TARGET OrcJITTests PROPERTY FOLDER "Tests/UnitTests/ExecutionTests") |