1static_library("BinaryFormat") { 2 output_name = "LLVMBinaryFormat" 3 deps = [ 4 "//llvm/lib/Support", 5 "//llvm/lib/TargetParser", 6 ] 7 sources = [ 8 "AMDGPUMetadataVerifier.cpp", 9 "COFF.cpp", 10 "DXContainer.cpp", 11 "Dwarf.cpp", 12 "ELF.cpp", 13 "MachO.cpp", 14 "Magic.cpp", 15 "Minidump.cpp", 16 "MsgPackDocument.cpp", 17 "MsgPackDocumentYAML.cpp", 18 "MsgPackReader.cpp", 19 "MsgPackWriter.cpp", 20 "Wasm.cpp", 21 "XCOFF.cpp", 22 ] 23} 24