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