[llvm] 7ebe5a1 - [gn build] Port 87dd5dc8f03e
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 09:22:53 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-10-16T16:16:54Z
New Revision: 7ebe5a1ec00ce463ef421cdb4a3d84500c09e77a
URL: https://github.com/llvm/llvm-project/commit/7ebe5a1ec00ce463ef421cdb4a3d84500c09e77a
DIFF: https://github.com/llvm/llvm-project/commit/7ebe5a1ec00ce463ef421cdb4a3d84500c09e77a.diff
LOG: [gn build] Port 87dd5dc8f03e
Added:
Modified:
llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
index 780a69f1f3299b..1287bdd2bb8805 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -21,6 +21,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
"ASTOpsTest.cpp",
"ArenaTest.cpp",
"CFGMatchSwitchTest.cpp",
+ "CachedConstAccessorsLatticeTest.cpp",
"ChromiumCheckModelTest.cpp",
"DataflowAnalysisContextTest.cpp",
"DataflowEnvironmentTest.cpp",
More information about the llvm-commits
mailing list