1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

[gn build] Port 49e5a97ec36

This commit is contained in:
Nico Weber 2020-03-24 12:36:08 -04:00
parent b8d11aabd8
commit 8375fac139
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ static_library("Support") {
"MathExtras.cpp",
"MemoryBuffer.cpp",
"NativeFormatting.cpp",
"OptimalLayout.cpp",
"Optional.cpp",
"Parallel.cpp",
"PluginLoader.cpp",

View File

@ -54,6 +54,7 @@ unittest("SupportTests") {
"MemoryBufferTest.cpp",
"MemoryTest.cpp",
"NativeFormatTests.cpp",
"OptimalLayoutTest.cpp",
"ParallelTest.cpp",
"Path.cpp",
"ProcessTest.cpp",