1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/unittests/ExecutionEngine/JITLink/CMakeLists.txt
2019-04-22 03:03:09 +00:00

19 lines
294 B
CMake

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
JITLink
MC
MCDisassembler
MCParser
Object
RuntimeDyld
Support
Target
)
add_llvm_unittest(JITLinkTests
JITLinkTestCommon.cpp
MachO_x86_64_Tests.cpp
)
target_link_libraries(JITLinkTests PRIVATE LLVMTestingSupport)