22 lines · plain
1set(LLVM_LINK_COMPONENTS2 ${LLVM_TARGETS_TO_BUILD}3 Analysis4 CodeGen5 CodeGenTypes6 Core7 FileCheck8 MC9 MIRParser10 Passes11 Support12 Target13 TargetParser14 )15 16add_llvm_unittest(MIRTests17 MachineMetadata.cpp18 MachineStableHashTest.cpp19 )20 21target_link_libraries(MIRTests PRIVATE LLVMTestingSupport)22