]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356128 91177308-0d34-0410-b5e6-96231b3b80d8

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

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