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