• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  ${LLVM_TARGETS_TO_BUILD}
3  CodeGen
4  Core
5  MC
6  MIRParser
7  Support
8  Target
9  )
10
11add_llvm_unittest(MITests
12  LiveIntervalTest.cpp
13  )
14