[llvm] 2639dea - [gn build] Port 15c49b9db3f6
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 07:30:51 PST 2025
Author: Nico Weber
Date: 2025-02-28T10:30:43-05:00
New Revision: 2639dea7d83cfd5c6bbca84b24d7c5bd599b2e8e
URL: https://github.com/llvm/llvm-project/commit/2639dea7d83cfd5c6bbca84b24d7c5bd599b2e8e
DIFF: https://github.com/llvm/llvm-project/commit/2639dea7d83cfd5c6bbca84b24d7c5bd599b2e8e.diff
LOG: [gn build] Port 15c49b9db3f6
Added:
Modified:
llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
index 7ea260f952618..931ca8b20abc5 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
@@ -10,6 +10,7 @@ unittest("FrontendTests") {
"//clang/lib/FrontendTool",
"//clang/lib/Lex",
"//clang/lib/Sema",
+ "//clang/lib/Tooling",
"//llvm/lib/Support",
"//llvm/lib/TargetParser",
]
@@ -20,6 +21,7 @@ unittest("FrontendTests") {
"CompilerInvocationTest.cpp",
"FixedPointString.cpp",
"FrontendActionTest.cpp",
+ "NoAlterCodeGenActionTest.cpp",
"OutputStreamTest.cpp",
"PCHPreambleTest.cpp",
"ParsedSourceLocationTest.cpp",
More information about the llvm-commits
mailing list