[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / unittests / MIR / CMakeLists.txt
blob3c0e9e43f9afb1efefb89899f36681780ac7bcfc
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   CodeGen
4   CodeGenTypes
5   Core
6   FileCheck
7   MC
8   MIRParser
9   Support
10   Target
11   TargetParser
12   )
14 add_llvm_unittest(MIRTests
15   MachineMetadata.cpp
16   )
18 target_link_libraries(MIRTests PRIVATE LLVMTestingSupport)