Skip to content

Commit

Permalink
gn build: Merge r356080
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356139 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
zmodem committed Mar 14, 2019
1 parent b85628f commit d7620a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/gn/secondary/llvm/lib/BinaryFormat/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ static_library("BinaryFormat") {
"AMDGPUMetadataVerifier.cpp",
"Dwarf.cpp",
"Magic.cpp",
"MsgPackDocument.cpp",
"MsgPackDocumentYAML.cpp",
"MsgPackReader.cpp",
"MsgPackWriter.cpp",
"Wasm.cpp",
Expand Down
1 change: 1 addition & 0 deletions utils/gn/secondary/llvm/unittests/BinaryFormat/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ unittest("BinaryFormatTests") {
sources = [
"DwarfTest.cpp",
"MachOTest.cpp",
"MsgPackDocumentTest.cpp",
"MsgPackReaderTest.cpp",
"MsgPackWriterTest.cpp",
"TestFileMagic.cpp",
Expand Down

0 comments on commit d7620a3

Please sign in to comment.