From fb69abb0682dc2abe1a94d0e1c02638b94d1e161 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Thu, 1 Oct 2020 14:18:52 +0000 Subject: [PATCH] [gn build] Port f6b1323bc68 --- utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn b/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn index 6d535215156..870f1072956 100644 --- a/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn +++ b/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn @@ -25,5 +25,8 @@ executable("clangd") { } include_dirs = [ ".." ] - sources = [ "ClangdMain.cpp" ] + sources = [ + "Check.cpp", + "ClangdMain.cpp", + ] }