forked from OSchip/llvm-project
[gn build] Port f087597124
This commit is contained in:
parent
4c10d6508f
commit
76c7a6d6cd
|
@ -96,6 +96,7 @@ static_library("Support") {
|
|||
"MathExtras.cpp",
|
||||
"MemAlloc.cpp",
|
||||
"MemoryBuffer.cpp",
|
||||
"MemoryBufferRef.cpp",
|
||||
"NativeFormatting.cpp",
|
||||
"OptimizedStructLayout.cpp",
|
||||
"Optional.cpp",
|
||||
|
|
|
@ -53,6 +53,7 @@ unittest("SupportTests") {
|
|||
"ManagedStatic.cpp",
|
||||
"MatchersTest.cpp",
|
||||
"MathExtrasTest.cpp",
|
||||
"MemoryBufferRefTest.cpp",
|
||||
"MemoryBufferTest.cpp",
|
||||
"MemoryTest.cpp",
|
||||
"NativeFormatTests.cpp",
|
||||
|
|
Loading…
Reference in New Issue