[llvm-branch-commits] [llvm] f48dae3 - [gn build] (manually) port ddffcdf0a66
Nico Weber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Dec 16 17:54:15 PST 2020
Author: Nico Weber
Date: 2020-12-16T20:49:56-05:00
New Revision: f48dae310866851aaeba9e1271935b543b413113
URL: https://github.com/llvm/llvm-project/commit/f48dae310866851aaeba9e1271935b543b413113
DIFF: https://github.com/llvm/llvm-project/commit/f48dae310866851aaeba9e1271935b543b413113.diff
LOG: [gn build] (manually) port ddffcdf0a66
Added:
Modified:
llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn
index ad44b01c5d2f..935c2aab2282 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn
@@ -20,6 +20,7 @@ unittest("ClangTidyTests") {
"//clang/lib/Tooling/Core",
"//clang/lib/Tooling/Transformer",
"//llvm/lib/Support",
+ "//llvm/lib/Testing/Support",
]
include_dirs = [ "//clang-tools-extra/clang-tidy" ]
sources = [
More information about the llvm-branch-commits
mailing list