llvm-for-llvmta/utils/gn/secondary/lld/lib/ReaderWriter/YAML/BUILD.gn

10 lines
205 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
static_library("YAML") {
output_name = "lldYAML"
configs += [ "//llvm/utils/gn/build:lld_code" ]
deps = [
"//lld/lib/Core",
"//llvm/lib/Support",
]
sources = [ "ReaderWriterYAML.cpp" ]
}