forked from OSchip/llvm-project
[gn build] Port 77533ea443
This commit is contained in:
parent
a74e075908
commit
ca302f07b4
|
@ -132,7 +132,6 @@ static_library("clangd") {
|
|||
"index/Ref.cpp",
|
||||
"index/Relation.cpp",
|
||||
"index/Serialization.cpp",
|
||||
"index/StdLib.cpp",
|
||||
"index/Symbol.cpp",
|
||||
"index/SymbolCollector.cpp",
|
||||
"index/SymbolID.cpp",
|
||||
|
|
|
@ -99,7 +99,6 @@ unittest("ClangdTests") {
|
|||
"SemanticSelectionTests.cpp",
|
||||
"SerializationTests.cpp",
|
||||
"SourceCodeTests.cpp",
|
||||
"StdLibTests.cpp",
|
||||
"SymbolCollectorTests.cpp",
|
||||
"SymbolInfoTests.cpp",
|
||||
"SyncAPI.cpp",
|
||||
|
|
Loading…
Reference in New Issue