[llvm-branch-commits] [llvm] c923518 - [gn build] add a missing dependency
Nico Weber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Dec 10 13:27:52 PST 2020
Author: Nico Weber
Date: 2020-12-10T16:22:26-05:00
New Revision: c9235180d1f3f8a42459e83de7e273c60a41dce1
URL: https://github.com/llvm/llvm-project/commit/c9235180d1f3f8a42459e83de7e273c60a41dce1
DIFF: https://github.com/llvm/llvm-project/commit/c9235180d1f3f8a42459e83de7e273c60a41dce1.diff
LOG: [gn build] add a missing dependency
Added:
Modified:
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
index 3936f2b9dec6..34ba224fa7e0 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
@@ -27,6 +27,7 @@ unittest("ClangdTests") {
"//clang/lib/Tooling/Core",
"//clang/lib/Tooling/Inclusions",
"//clang/lib/Tooling/Syntax",
+ "//llvm/include/llvm/Config:llvm-config",
"//llvm/lib/Support",
"//llvm/lib/Testing/Support",
]
More information about the llvm-branch-commits
mailing list