[gn build] Port f12cd99c440
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Wed, 1 Jul 2020 08:09:43 +0000 (08:09 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Wed, 1 Jul 2020 08:09:43 +0000 (08:09 +0000)
llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

index 724a3a2..7ed1b60 100644 (file)
@@ -62,6 +62,7 @@ static_library("clangd") {
     "CompileCommands.cpp",
     "Compiler.cpp",
     "Config.cpp",
+    "ConfigCompile.cpp",
     "ConfigYAML.cpp",
     "Diagnostics.cpp",
     "DraftStore.cpp",
index 7a7fc18..a4d5434 100644 (file)
@@ -41,6 +41,7 @@ unittest("ClangdTests") {
     "CollectMacrosTests.cpp",
     "CompileCommandsTests.cpp",
     "CompilerTests.cpp",
+    "ConfigCompileTests.cpp",
     "ConfigYAMLTests.cpp",
     "DexTests.cpp",
     "DiagnosticsTests.cpp",