forked from OSchip/llvm-project
[gn build] Port 49e5a97ec3
This commit is contained in:
parent
1f80e51546
commit
5d29aebf87
|
@ -93,6 +93,7 @@ static_library("Support") {
|
|||
"MathExtras.cpp",
|
||||
"MemoryBuffer.cpp",
|
||||
"NativeFormatting.cpp",
|
||||
"OptimalLayout.cpp",
|
||||
"Optional.cpp",
|
||||
"Parallel.cpp",
|
||||
"PluginLoader.cpp",
|
||||
|
|
|
@ -54,6 +54,7 @@ unittest("SupportTests") {
|
|||
"MemoryBufferTest.cpp",
|
||||
"MemoryTest.cpp",
|
||||
"NativeFormatTests.cpp",
|
||||
"OptimalLayoutTest.cpp",
|
||||
"ParallelTest.cpp",
|
||||
"Path.cpp",
|
||||
"ProcessTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue