[gn build] Port f087597124

This commit is contained in:
LLVM GN Syncbot 2020-10-13 20:50:32 +00:00
parent 4c10d6508f
commit 76c7a6d6cd
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@ static_library("Support") {
"MathExtras.cpp",
"MemAlloc.cpp",
"MemoryBuffer.cpp",
"MemoryBufferRef.cpp",
"NativeFormatting.cpp",
"OptimizedStructLayout.cpp",
"Optional.cpp",

View File

@ -53,6 +53,7 @@ unittest("SupportTests") {
"ManagedStatic.cpp",
"MatchersTest.cpp",
"MathExtrasTest.cpp",
"MemoryBufferRefTest.cpp",
"MemoryBufferTest.cpp",
"MemoryTest.cpp",
"NativeFormatTests.cpp",