[llvm] 8c5d751 - [gn build] Port 067ffbfe601

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 22 13:12:55 PST 2020


Author: LLVM GN Syncbot
Date: 2020-11-22T21:09:32Z
New Revision: 8c5d751b723a52c124fc49ee30bf4a0cbe01d835

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

LOG: [gn build] Port 067ffbfe601

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 e99207b51c15..8ca0b9460b46 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
@@ -117,6 +117,7 @@ static_library("clangd") {
     "index/IndexAction.cpp",
     "index/MemIndex.cpp",
     "index/Merge.cpp",
+    "index/ProjectAware.cpp",
     "index/Ref.cpp",
     "index/Relation.cpp",
     "index/Serialization.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 a7e997539643..d9715d8a26db 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
@@ -82,6 +82,7 @@ unittest("ClangdTests") {
     "PathMappingTests.cpp",
     "PreambleTests.cpp",
     "PrintASTTests.cpp",
+    "ProjectAwareIndexTests.cpp",
     "QualityTests.cpp",
     "RIFFTests.cpp",
     "RenameTests.cpp",


        


More information about the llvm-commits mailing list