[gn build] Port 045695f85c

This commit is contained in:
LLVM GN Syncbot 2021-10-25 22:58:46 +00:00
parent 045695f85c
commit df05babc96
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ static_library("support") {
"MemoryTree.cpp",
"Path.cpp",
"Shutdown.cpp",
"ThreadCrashReporter.cpp",
"Threading.cpp",
"ThreadsafeFS.cpp",
"Trace.cpp",

View File

@ -106,6 +106,7 @@ unittest("ClangdTests") {
"TestIndex.cpp",
"TestTU.cpp",
"TestWorkspace.cpp",
"ThreadCrashReporterTests.cpp",
"TidyProviderTests.cpp",
"TypeHierarchyTests.cpp",
"URITests.cpp",