brintos

brintos / llvm-project-archived public Read only

0
0
Text · 193 B · a2922ae Raw
16 lines · plain
1set(LLVM_LINK_COMPONENTS2  ${LLVM_TARGETS_TO_BUILD}3  CodeGen4  CodeGenTypes5  Core6  MC7  MIRParser8  Support9  Target10  TargetParser11  )12 13add_llvm_unittest(MITests14  LiveIntervalTest.cpp15  )16