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
[MIPS GlobalISel] Select MSA vector generic and builtin add
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
unittests
/
Transforms
/
Scalar
/
BUILD.gn
blob
eee435fc2783c6243e19bd6f0deaaf07fa6262b8
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("ScalarTests") {
4
deps = [
5
"//llvm/lib/Analysis",
6
"//llvm/lib/AsmParser",
7
"//llvm/lib/IR",
8
"//llvm/lib/Support",
9
"//llvm/lib/Transforms/Scalar",
10
"//llvm/lib/Transforms/Utils",
11
]
12
sources = [
13
"LoopPassManagerTest.cpp",
14
]
15
}