1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[gn build] Port 1874dee5662

This commit is contained in:
LLVM GN Syncbot 2020-02-21 20:51:44 +00:00
parent e3adf0fc70
commit 4dd038c419

View File

@ -1,9 +1,12 @@
static_library("BinaryFormat") {
output_name = "LLVMBinaryFormat"
deps = [ "//llvm/lib/Support" ]
deps = [
"//llvm/lib/Support",
]
sources = [
"AMDGPUMetadataVerifier.cpp",
"Dwarf.cpp",
"MachO.cpp",
"Magic.cpp",
"Minidump.cpp",
"MsgPackDocument.cpp",