Skip to content
Snippets Groups Projects
Commit 250ee88f authored by Nico Weber's avatar Nico Weber
Browse files

gn build: Merge r366956

llvm-svn: 367108
parent cf217945
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ static_library("Support") { ...@@ -64,6 +64,7 @@ static_library("Support") {
"Error.cpp", "Error.cpp",
"ErrorHandling.cpp", "ErrorHandling.cpp",
"FileCheck.cpp", "FileCheck.cpp",
"FileCollector.cpp",
"FileOutputBuffer.cpp", "FileOutputBuffer.cpp",
"FileUtilities.cpp", "FileUtilities.cpp",
"FoldingSet.cpp", "FoldingSet.cpp",
......
...@@ -33,6 +33,7 @@ unittest("SupportTests") { ...@@ -33,6 +33,7 @@ unittest("SupportTests") {
"ErrorOrTest.cpp", "ErrorOrTest.cpp",
"ErrorTest.cpp", "ErrorTest.cpp",
"FileCheckTest.cpp", "FileCheckTest.cpp",
"FileCollectorTest.cpp",
"FileOutputBufferTest.cpp", "FileOutputBufferTest.cpp",
"FormatVariadicTest.cpp", "FormatVariadicTest.cpp",
"GlobPatternTest.cpp", "GlobPatternTest.cpp",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment