blob: cad624d301778eb7a979036ec58f91ddc52b37c1 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
JITLink
MC
MCDisassembler
MCParser
Object
RuntimeDyld
Support
Target
)
add_llvm_unittest(JITLinkTests
JITLinkTestCommon.cpp
JITLinkTest_MachO_x86_64_Tests.cpp
)
target_link_libraries(JITLinkTests PRIVATE LLVMTestingSupport)