[llvm] b9ed95a - [gn build] Port fe68088d44f7

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 3 09:05:33 PST 2022


Author: LLVM GN Syncbot
Date: 2022-01-03T17:01:27Z
New Revision: b9ed95afc4b18f8e1e16305720c72ed4411a3f71

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

LOG: [gn build] Port fe68088d44f7

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
index 8e2cd1cf73dfb..42b74319e1cf5 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
@@ -142,6 +142,7 @@ static_library("clangd") {
     "index/dex/Iterator.cpp",
     "index/dex/PostingList.cpp",
     "index/dex/Trigram.cpp",
+    "refactor/InsertionPoint.cpp",
     "refactor/Rename.cpp",
     "refactor/Tweak.cpp",
   ]

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 7f37a360efeba..826e1c7bbd8b6 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
@@ -80,6 +80,7 @@ unittest("ClangdTests") {
     "IndexActionTests.cpp",
     "IndexTests.cpp",
     "InlayHintTests.cpp",
+    "InsertionPointTests.cpp",
     "JSONTransportTests.cpp",
     "LSPBinderTests.cpp",
     "LSPClient.cpp",


        


More information about the llvm-commits mailing list