blob: 0ca483a5e7a01fa8c214bb9f6dbdd385948d0a0b [file] [log] [blame]
static_library("ReaderWriter") {
output_name = "lldReaderWriter"
configs += [ "//llvm/utils/gn/build:lld_code" ]
deps = [
"//lld/lib/Core",
"//llvm/lib/Object",
"//llvm/lib/Support",
]
sources = [
"FileArchive.cpp",
]
# FIXME:
# if (is_msvc) {
# cflags = [ "-wd4062" ]
# }
}