gn build: Merge r356082
authorHans Wennborg <hans@hanshq.net>
Thu, 14 Mar 2019 10:10:25 +0000 (10:10 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 14 Mar 2019 10:10:25 +0000 (10:10 +0000)
llvm-svn: 356128

llvm/utils/gn/secondary/llvm/lib/BinaryFormat/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/BinaryFormat/BUILD.gn

index 1aa40fc..7d900cc 100644 (file)
@@ -8,7 +8,6 @@ static_library("BinaryFormat") {
     "Dwarf.cpp",
     "Magic.cpp",
     "MsgPackReader.cpp",
-    "MsgPackTypes.cpp",
     "MsgPackWriter.cpp",
     "Wasm.cpp",
   ]
index 7b2b78e..504e5a1 100644 (file)
@@ -8,7 +8,6 @@ unittest("BinaryFormatTests") {
     "DwarfTest.cpp",
     "MachOTest.cpp",
     "MsgPackReaderTest.cpp",
-    "MsgPackTypesTest.cpp",
     "MsgPackWriterTest.cpp",
     "TestFileMagic.cpp",
   ]