forked from OSchip/llvm-project
[gn build] Port 045695f85c
This commit is contained in:
parent
045695f85c
commit
df05babc96
|
@ -17,6 +17,7 @@ static_library("support") {
|
|||
"MemoryTree.cpp",
|
||||
"Path.cpp",
|
||||
"Shutdown.cpp",
|
||||
"ThreadCrashReporter.cpp",
|
||||
"Threading.cpp",
|
||||
"ThreadsafeFS.cpp",
|
||||
"Trace.cpp",
|
||||
|
|
|
@ -106,6 +106,7 @@ unittest("ClangdTests") {
|
|||
"TestIndex.cpp",
|
||||
"TestTU.cpp",
|
||||
"TestWorkspace.cpp",
|
||||
"ThreadCrashReporterTests.cpp",
|
||||
"TidyProviderTests.cpp",
|
||||
"TypeHierarchyTests.cpp",
|
||||
"URITests.cpp",
|
||||
|
|
Loading…
Reference in New Issue