mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
gn build: Merge r371976
llvm-svn: 371977
This commit is contained in:
parent
6ddc38e0ff
commit
e650a1bca0
@ -102,6 +102,7 @@ static_library("clangd") {
|
|||||||
"RIFF.cpp",
|
"RIFF.cpp",
|
||||||
"Selection.cpp",
|
"Selection.cpp",
|
||||||
"SemanticHighlighting.cpp",
|
"SemanticHighlighting.cpp",
|
||||||
|
"SemanticSelection.cpp",
|
||||||
"SourceCode.cpp",
|
"SourceCode.cpp",
|
||||||
"TUScheduler.cpp",
|
"TUScheduler.cpp",
|
||||||
"Threading.cpp",
|
"Threading.cpp",
|
||||||
|
@ -63,6 +63,7 @@ unittest("ClangdTests") {
|
|||||||
"RenameTests.cpp",
|
"RenameTests.cpp",
|
||||||
"SelectionTests.cpp",
|
"SelectionTests.cpp",
|
||||||
"SemanticHighlightingTests.cpp",
|
"SemanticHighlightingTests.cpp",
|
||||||
|
"SemanticSelectionTests.cpp",
|
||||||
"SerializationTests.cpp",
|
"SerializationTests.cpp",
|
||||||
"SourceCodeTests.cpp",
|
"SourceCodeTests.cpp",
|
||||||
"SymbolCollectorTests.cpp",
|
"SymbolCollectorTests.cpp",
|
||||||
|
Loading…
Reference in New Issue
Block a user