Skip to content

Commit 64df0f3

Browse files
committed
gn build: Merge 99768b2
1 parent 99768b2 commit 64df0f3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ static_library("clangd") {
5959
"ClangdServer.cpp",
6060
"CodeComplete.cpp",
6161
"CodeCompletionStrings.cpp",
62+
"CompileCommands.cpp",
6263
"Compiler.cpp",
6364
"Context.cpp",
6465
"Diagnostics.cpp",

llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ unittest("ClangdTests") {
3838
"CodeCompleteTests.cpp",
3939
"CodeCompletionStringsTests.cpp",
4040
"CollectMacrosTests.cpp",
41+
"CompileCommandsTests.cpp",
4142
"ContextTests.cpp",
4243
"DexTests.cpp",
4344
"DiagnosticsTests.cpp",

0 commit comments

Comments
 (0)