[llvm] c016e9f - [gn build] Port 3755039c99d
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 05:36:39 PST 2020
Author: LLVM GN Syncbot
Date: 2020-03-03T13:33:01Z
New Revision: c016e9fbee88a7361db60113c71decf1bd919a01
URL: https://github.com/llvm/llvm-project/commit/c016e9fbee88a7361db60113c71decf1bd919a01
DIFF: https://github.com/llvm/llvm-project/commit/c016e9fbee88a7361db60113c71decf1bd919a01.diff
LOG: [gn build] Port 3755039c99d
Added:
Modified:
llvm/utils/gn/secondary/clang-tools-extra/clangd/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 ec2db1a9e2de..db789dcd880b 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
@@ -59,6 +59,7 @@ static_library("clangd") {
"ClangdServer.cpp",
"CodeComplete.cpp",
"CodeCompletionStrings.cpp",
+ "CollectMacros.cpp",
"CompileCommands.cpp",
"Compiler.cpp",
"Context.cpp",
More information about the llvm-commits
mailing list