repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
unittests
/
MI
/
BUILD.gn
blob
4ef5ebf1e01bc1829ff64a401a4f30743c81a52d
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("MITests") {
4
deps = [
5
"//llvm/lib/CodeGen",
6
"//llvm/lib/CodeGen/MIRParser",
7
"//llvm/lib/IR",
8
"//llvm/lib/MC",
9
"//llvm/lib/Support",
10
"//llvm/lib/Target",
11
"//llvm/lib/Target:TargetsToBuild",
12
]
13
sources = [
14
"LiveIntervalTest.cpp",
15
]
16
has_custom_main = true
17
}