[llvm] 0bcf2d8 - [gn build] Port 1229245df7c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 17:54:37 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-04-10T00:51:20Z
New Revision: 0bcf2d8864a33d6ef03703553c6d568819a44f7e

URL: https://github.com/llvm/llvm-project/commit/0bcf2d8864a33d6ef03703553c6d568819a44f7e
DIFF: https://github.com/llvm/llvm-project/commit/0bcf2d8864a33d6ef03703553c6d568819a44f7e.diff

LOG: [gn build] Port 1229245df7c

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
index 2cfe0f0e13d8..1053f122420e 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
@@ -34,6 +34,7 @@ unittest("ClangdTests") {
     "BackgroundIndexTests.cpp",
     "CancellationTests.cpp",
     "CanonicalIncludesTests.cpp",
+    "ClangdLSPServerTests.cpp",
     "ClangdTests.cpp",
     "CodeCompleteTests.cpp",
     "CodeCompletionStringsTests.cpp",
@@ -60,6 +61,7 @@ unittest("ClangdTests") {
     "IndexActionTests.cpp",
     "IndexTests.cpp",
     "JSONTransportTests.cpp",
+    "LSPClient.cpp",
     "ParsedASTTests.cpp",
     "PathMappingTests.cpp",
     "PrintASTTests.cpp",


        


More information about the llvm-commits mailing list