aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/MI/CMakeLists.txt
blob: a2922ae9b34fd0473ebfe22e649b2cb4f00a86be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  CodeGen
  CodeGenTypes
  Core
  MC
  MIRParser
  Support
  Target
  TargetParser
  )

add_llvm_unittest(MITests
  LiveIntervalTest.cpp
  )