[lit] Improve lit.Run class
[llvm-complete.git] / utils / gn / secondary / llvm / lib / BinaryFormat / BUILD.gn
blob72847d1288569b1a1823fcb62da55097ccb1777b
1 static_library("BinaryFormat") {
2   output_name = "LLVMBinaryFormat"
3   deps = [
4     "//llvm/lib/Support",
5   ]
6   sources = [
7     "AMDGPUMetadataVerifier.cpp",
8     "Dwarf.cpp",
9     "Magic.cpp",
10     "Minidump.cpp",
11     "MsgPackDocument.cpp",
12     "MsgPackDocumentYAML.cpp",
13     "MsgPackReader.cpp",
14     "MsgPackWriter.cpp",
15     "Wasm.cpp",
16   ]