blob: d205d53829aa59c79265c4e913b8ea16788bc12d [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Object
OrcJIT
OrcShared
OrcTargetProcess
Passes
RuntimeDyld
Support
native
)
add_llvm_unittest(OrcJITTests
CoreAPIsTest.cpp
IndirectionUtilsTest.cpp
JITTargetMachineBuilderTest.cpp
LazyCallThroughAndReexportsTest.cpp
OrcTestCommon.cpp
QueueChannel.cpp
ResourceTrackerTest.cpp
RPCUtilsTest.cpp
RTDyldObjectLinkingLayerTest.cpp
SymbolStringPoolTest.cpp
ThreadSafeModuleTest.cpp
)
target_link_libraries(OrcJITTests PRIVATE
LLVMTestingSupport
${ORC_JIT_TEST_LIBS})