[llvm-branch-commits] [llvm] 53310ae - [gn build] Port 3e6e6a2db67
LLVM GN Syncbot via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Nov 24 15:40:43 PST 2020
Author: LLVM GN Syncbot
Date: 2020-11-24T01:44:50Z
New Revision: 53310ae70841a771b1706dc6f7740957089a748b
URL: https://github.com/llvm/llvm-project/commit/53310ae70841a771b1706dc6f7740957089a748b
DIFF: https://github.com/llvm/llvm-project/commit/53310ae70841a771b1706dc6f7740957089a748b.diff
LOG: [gn build] Port 3e6e6a2db67
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 d9715d8a26db..1d5fdf8b3f42 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
@@ -44,6 +44,7 @@ unittest("ClangdTests") {
"ASTTests.cpp",
"Annotations.cpp",
"BackgroundIndexTests.cpp",
+ "CallHierarchyTests.cpp",
"CanonicalIncludesTests.cpp",
"ClangdLSPServerTests.cpp",
"ClangdTests.cpp",
More information about the llvm-branch-commits
mailing list