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 tests. NFC
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
lld
/
lib
/
Core
/
BUILD.gn
blob
a1c974dccd79989cfcf761e92934bf44daac1a75
1
static_library("Core") {
2
output_name = "lldCore"
3
configs += [ "//llvm/utils/gn/build:lld_code" ]
4
deps = [
5
"//llvm/lib/BinaryFormat",
6
"//llvm/lib/MC",
7
"//llvm/lib/Support",
8
"//llvm/utils/gn/build/libs/pthread",
9
]
10
sources = [
11
"DefinedAtom.cpp",
12
"Error.cpp",
13
"File.cpp",
14
"LinkingContext.cpp",
15
"Reader.cpp",
16
"Resolver.cpp",
17
"SymbolTable.cpp",
18
"Writer.cpp",
19
]
20
}