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
[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
lib
/
Linker
/
BUILD.gn
blob
42dbd92b48a6ecee4f99c3b4356c96608d07f039
1
static_library("Linker") {
2
output_name = "LLVMLinker"
3
deps = [
4
"//llvm/lib/IR",
5
"//llvm/lib/Support",
6
"//llvm/lib/Transforms/Utils",
7
]
8
sources = [
9
"IRMover.cpp",
10
"LinkModules.cpp",
11
]
12
}