blob: 3c0e9e43f9afb1efefb89899f36681780ac7bcfc [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
CodeGen
CodeGenTypes
Core
FileCheck
MC
MIRParser
Support
Target
TargetParser
)
add_llvm_unittest(MIRTests
MachineMetadata.cpp
)
target_link_libraries(MIRTests PRIVATE LLVMTestingSupport)