[llvm] 79f8373 - [gn build] Port e26dad0a661e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 05:13:50 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-03-13T12:13:23Z
New Revision: 79f8373fdb96336334f39e282d80744a8d48f530

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

LOG: [gn build] Port e26dad0a661e

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 e65b2e73ad2c..57cc39510756 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
@@ -119,6 +119,7 @@ unittest("ClangdTests") {
     "XRefsTests.cpp",
     "support/CancellationTests.cpp",
     "support/ContextTests.cpp",
+    "support/FileCacheTests.cpp",
     "support/FunctionTests.cpp",
     "support/MarkupTests.cpp",
     "support/MemoryTreeTests.cpp",
@@ -144,6 +145,7 @@ unittest("ClangdTests") {
     "tweaks/RawStringLiteralTests.cpp",
     "tweaks/RemoveUsingNamespaceTests.cpp",
     "tweaks/ShowSelectionTreeTests.cpp",
+    "tweaks/SpecialMembersTests.cpp",
     "tweaks/SwapIfBranchesTests.cpp",
     "tweaks/TweakTesting.cpp",
     "tweaks/TweakTests.cpp",


        


More information about the llvm-commits mailing list