1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[gn build] Port cbc9c4ea90e1

This commit is contained in:
LLVM GN Syncbot 2021-04-14 06:32:13 +00:00
parent 645e684605
commit 17e8adc605
2 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,7 @@ static_library("clangd") {
"HeuristicResolver.cpp",
"Hover.cpp",
"IncludeFixer.cpp",
"InlayHints.cpp",
"JSONTransport.cpp",
"ParsedAST.cpp",
"PathMapping.cpp",

View File

@ -78,6 +78,7 @@ unittest("ClangdTests") {
"HoverTests.cpp",
"IndexActionTests.cpp",
"IndexTests.cpp",
"InlayHintTests.cpp",
"JSONTransportTests.cpp",
"LSPBinderTests.cpp",
"LSPClient.cpp",