forked from OSchip/llvm-project
[gn build] Port 03ea140b3a
This commit is contained in:
parent
07c6635901
commit
dfd3a385d6
|
@ -132,6 +132,7 @@ 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,6 +99,7 @@ unittest("ClangdTests") {
|
|||
"SemanticSelectionTests.cpp",
|
||||
"SerializationTests.cpp",
|
||||
"SourceCodeTests.cpp",
|
||||
"StdLibTests.cpp",
|
||||
"SymbolCollectorTests.cpp",
|
||||
"SymbolInfoTests.cpp",
|
||||
"SyncAPI.cpp",
|
||||
|
|
Loading…
Reference in New Issue