BUILD.gn 291 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 static_library("YAML") { output_name = "lldYAML" configs += [ "//llvm/utils/gn/build:lld_code" ] deps = [ "//lld/lib/Core", "//llvm/lib/Support", ] sources = [ # Make `gn format` not collapse this, for sync_source_lists_from_cmake.py. "ReaderWriterYAML.cpp", ] }