[llvm] dfa6fdb - [gn build] Port 5786f64a4ec8

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 01:55:28 PST 2021


Author: LLVM GN Syncbot
Date: 2021-02-15T09:52:10Z
New Revision: dfa6fdb0b672e63aff34c17b8f33a4ad9d08ec0c

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

LOG: [gn build] Port 5786f64a4ec8

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 e6b56db4d9cd..65b8fde432dd 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
@@ -78,6 +78,7 @@ unittest("ClangdTests") {
     "IndexActionTests.cpp",
     "IndexTests.cpp",
     "JSONTransportTests.cpp",
+    "LSPBinderTests.cpp",
     "LSPClient.cpp",
     "LoggerTests.cpp",
     "ModulesTests.cpp",


        


More information about the llvm-commits mailing list