summaryrefslogtreecommitdiff
path: root/llvm/unittests/MIR/CMakeLists.txt
blob: 3c0e9e43f9afb1efefb89899f36681780ac7bcfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)