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
/
ReaderWriter
/
BUILD.gn
blob
0ca483a5e7a01fa8c214bb9f6dbdd385948d0a0b
1
static_library("ReaderWriter") {
2
output_name = "lldReaderWriter"
3
configs += [ "//llvm/utils/gn/build:lld_code" ]
4
deps = [
5
"//lld/lib/Core",
6
"//llvm/lib/Object",
7
"//llvm/lib/Support",
8
]
9
sources = [
10
"FileArchive.cpp",
11
]
12
13
# FIXME:
14
# if (is_msvc) {
15
# cflags = [ "-wd4062" ]
16
# }
17
}