repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TableGen][GISel] Add const to some member functions & reformat (NFC) (#120899)
[llvm-project.git]
/
llvm
/
unittests
/
MI
/
CMakeLists.txt
blob
a2922ae9b34fd0473ebfe22e649b2cb4f00a86be
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
CodeGen
4
CodeGenTypes
5
Core
6
MC
7
MIRParser
8
Support
9
Target
10
TargetParser
11
)
12
13
add_llvm_unittest(MITests
14
LiveIntervalTest.cpp
15
)