From 56d8a37216200a3312db277e4cf054b202b39ace 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 --- llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn index 6d53521..870f107 100644 --- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/tool/BUILD.gn +++ b/llvm/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", + ] } -- 2.7.4