[llvm] r365569 - gn build: Merge r365531.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 15:37:10 PDT 2019


Author: pcc
Date: Tue Jul  9 15:37:09 2019
New Revision: 365569

URL: http://llvm.org/viewvc/llvm-project?rev=365569&view=rev
Log:
gn build: Merge r365531.

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

Modified: llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn?rev=365569&r1=365568&r2=365569&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn Tue Jul  9 15:37:09 2019
@@ -106,6 +106,7 @@ static_library("clangd") {
     "XRefs.cpp",
     "index/Background.cpp",
     "index/BackgroundIndexStorage.cpp",
+    "index/BackgroundRebuild.cpp",
     "index/CanonicalIncludes.cpp",
     "index/FileIndex.cpp",
     "index/Index.cpp",




More information about the llvm-commits mailing list