18 lines
368 B
Plaintext
18 lines
368 B
Plaintext
static_library("BinaryFormat") {
|
|
output_name = "LLVMBinaryFormat"
|
|
deps = [ "//llvm/lib/Support" ]
|
|
sources = [
|
|
"AMDGPUMetadataVerifier.cpp",
|
|
"Dwarf.cpp",
|
|
"MachO.cpp",
|
|
"Magic.cpp",
|
|
"Minidump.cpp",
|
|
"MsgPackDocument.cpp",
|
|
"MsgPackDocumentYAML.cpp",
|
|
"MsgPackReader.cpp",
|
|
"MsgPackWriter.cpp",
|
|
"Wasm.cpp",
|
|
"XCOFF.cpp",
|
|
]
|
|
}
|