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",
|
||||
"Selection.cpp",
|
||||
"SemanticHighlighting.cpp",
|
||||
"SemanticSelection.cpp",
|
||||
"SourceCode.cpp",
|
||||
"TUScheduler.cpp",
|
||||
"Threading.cpp",
|
||||
|
@ -63,6 +63,7 @@ unittest("ClangdTests") {
|
||||
"RenameTests.cpp",
|
||||
"SelectionTests.cpp",
|
||||
"SemanticHighlightingTests.cpp",
|
||||
"SemanticSelectionTests.cpp",
|
||||
"SerializationTests.cpp",
|
||||
"SourceCodeTests.cpp",
|
||||
"SymbolCollectorTests.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user