[llvm] fce1c6f - [gn build] (manually) port f77d115cc136 more
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 11 11:49:25 PST 2022
Author: Nico Weber
Date: 2022-01-11T14:49:14-05:00
New Revision: fce1c6fb6798fdf519486dad8ebb3a131d975df9
URL: https://github.com/llvm/llvm-project/commit/fce1c6fb6798fdf519486dad8ebb3a131d975df9
DIFF: https://github.com/llvm/llvm-project/commit/fce1c6fb6798fdf519486dad8ebb3a131d975df9.diff
LOG: [gn build] (manually) port f77d115cc136 more
Added:
Modified:
llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
index a0335261cc171..3c79748808a7f 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
@@ -5,7 +5,6 @@ unittest("LexTests") {
deps = [
"//clang/lib/AST",
"//clang/lib/Basic",
- "//clang/lib/Frontend",
"//clang/lib/Lex",
"//clang/lib/Parse",
"//clang/lib/Sema",
More information about the llvm-commits
mailing list