mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
gn build: Merge r356080
llvm-svn: 356139
This commit is contained in:
parent
b87caf8a26
commit
9f89f54753
@ -7,6 +7,8 @@ static_library("BinaryFormat") {
|
||||
"AMDGPUMetadataVerifier.cpp",
|
||||
"Dwarf.cpp",
|
||||
"Magic.cpp",
|
||||
"MsgPackDocument.cpp",
|
||||
"MsgPackDocumentYAML.cpp",
|
||||
"MsgPackReader.cpp",
|
||||
"MsgPackWriter.cpp",
|
||||
"Wasm.cpp",
|
||||
|
@ -7,6 +7,7 @@ unittest("BinaryFormatTests") {
|
||||
sources = [
|
||||
"DwarfTest.cpp",
|
||||
"MachOTest.cpp",
|
||||
"MsgPackDocumentTest.cpp",
|
||||
"MsgPackReaderTest.cpp",
|
||||
"MsgPackWriterTest.cpp",
|
||||
"TestFileMagic.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user