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:
parent
645e684605
commit
17e8adc605
@ -97,6 +97,7 @@ static_library("clangd") {
|
||||
"HeuristicResolver.cpp",
|
||||
"Hover.cpp",
|
||||
"IncludeFixer.cpp",
|
||||
"InlayHints.cpp",
|
||||
"JSONTransport.cpp",
|
||||
"ParsedAST.cpp",
|
||||
"PathMapping.cpp",
|
||||
|
@ -78,6 +78,7 @@ unittest("ClangdTests") {
|
||||
"HoverTests.cpp",
|
||||
"IndexActionTests.cpp",
|
||||
"IndexTests.cpp",
|
||||
"InlayHintTests.cpp",
|
||||
"JSONTransportTests.cpp",
|
||||
"LSPBinderTests.cpp",
|
||||
"LSPClient.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user