[llvm] d730e61 - [gn build] Port 8adc4d1ec76
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 19 16:20:54 PST 2020
Author: LLVM GN Syncbot
Date: 2020-11-20T00:15:31Z
New Revision: d730e611e67fc14a725450dc95deac737a188d48
URL: https://github.com/llvm/llvm-project/commit/d730e611e67fc14a725450dc95deac737a188d48
DIFF: https://github.com/llvm/llvm-project/commit/d730e611e67fc14a725450dc95deac737a188d48.diff
LOG: [gn build] Port 8adc4d1ec76
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 3b03275ff9a5..e99207b51c15 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
@@ -78,6 +78,7 @@ static_library("clangd") {
"ConfigYAML.cpp",
"Diagnostics.cpp",
"DraftStore.cpp",
+ "DumpAST.cpp",
"ExpectedTypes.cpp",
"FS.cpp",
"FileDistance.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 4e8ac3144512..a7e997539643 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
@@ -59,6 +59,7 @@ unittest("ClangdTests") {
"DexTests.cpp",
"DiagnosticsTests.cpp",
"DraftStoreTests.cpp",
+ "DumpASTTests.cpp",
"ExpectedTypeTest.cpp",
"FSTests.cpp",
"FileDistanceTests.cpp",
More information about the llvm-commits
mailing list