[llvm] r365787 - gn build: Merge r365773

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 08:01:51 PDT 2019


Author: nico
Date: Thu Jul 11 08:01:50 2019
New Revision: 365787

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

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=365787&r1=365786&r2=365787&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 Thu Jul 11 08:01:50 2019
@@ -106,6 +106,7 @@ static_library("clangd") {
     "XRefs.cpp",
     "index/Background.cpp",
     "index/BackgroundIndexStorage.cpp",
+    "index/BackgroundQueue.cpp",
     "index/BackgroundRebuild.cpp",
     "index/CanonicalIncludes.cpp",
     "index/FileIndex.cpp",




More information about the llvm-commits mailing list