repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing
[llvm-core.git]
/
unittests
/
MI
/
CMakeLists.txt
blob
595497f3d96034ec2c917f1d8efb0897e468e135
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
CodeGen
4
Core
5
MC
6
MIRParser
7
Support
8
Target
9
)
10
11
add_llvm_unittest(MITests
12
LiveIntervalTest.cpp
13
)