[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing
[llvm-core.git] / unittests / MI / CMakeLists.txt
blob595497f3d96034ec2c917f1d8efb0897e468e135
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   CodeGen
4   Core
5   MC
6   MIRParser
7   Support
8   Target
9   )
11 add_llvm_unittest(MITests
12   LiveIntervalTest.cpp
13   )