[llvm] 7b7d3c8 - [gn build] Port 7d935d083659
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 23:15:13 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-07-12T06:09:47Z
New Revision: 7b7d3c8666d5149039d82f035116fe227b34ad2f
URL: https://github.com/llvm/llvm-project/commit/7b7d3c8666d5149039d82f035116fe227b34ad2f
DIFF: https://github.com/llvm/llvm-project/commit/7b7d3c8666d5149039d82f035116fe227b34ad2f.diff
LOG: [gn build] Port 7d935d083659
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 a1abcfaed561bd..2fe4fe854c5765 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn
@@ -24,6 +24,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
"DataflowAnalysisContextTest.cpp",
"DataflowEnvironmentTest.cpp",
"DebugSupportTest.cpp",
+ "DeterminismTest.cpp",
"LoggerTest.cpp",
"MapLatticeTest.cpp",
"MatchSwitchTest.cpp",
More information about the llvm-commits
mailing list