[llvm] r372842 - gn build: Merge r372841
GN Sync Bot via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 25 03:35:04 PDT 2019
Author: gnsyncbot
Date: Wed Sep 25 03:35:03 2019
New Revision: 372842
URL: http://llvm.org/viewvc/llvm-project?rev=372842&view=rev
Log:
gn build: Merge r372841
Modified:
llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
Modified: llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn?rev=372842&r1=372841&r2=372842&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn Wed Sep 25 03:35:03 2019
@@ -90,6 +90,7 @@ static_library("clangd") {
"FormattedString.cpp",
"FuzzyMatch.cpp",
"GlobalCompilationDatabase.cpp",
+ "HeaderSourceSwitch.cpp",
"Headers.cpp",
"IncludeFixer.cpp",
"JSONTransport.cpp",
Modified: llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn?rev=372842&r1=372841&r2=372842&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn Wed Sep 25 03:35:03 2019
@@ -52,6 +52,7 @@ unittest("ClangdTests") {
"FunctionTests.cpp",
"FuzzyMatchTests.cpp",
"GlobalCompilationDatabaseTests.cpp",
+ "HeaderSourceSwitchTests.cpp",
"HeadersTests.cpp",
"IndexActionTests.cpp",
"IndexTests.cpp",
More information about the llvm-commits
mailing list