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
/
Linker
/
BUILD.gn
blob
a245ffd20b46f39414c74f9164af047fe6adcd09
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("LinkerTests") {
4
deps = [
5
"//llvm/lib/AsmParser",
6
"//llvm/lib/IR",
7
"//llvm/lib/Linker",
8
]
9
sources = [
10
"LinkModulesTest.cpp",
11
]
12
}