[llvm] 39f327d - [gn build] Port 2fd614efc1bb
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 4 03:45:42 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-07-04T10:36:14Z
New Revision: 39f327dcd36ad538529b586f6fc902e46a130e01
URL: https://github.com/llvm/llvm-project/commit/39f327dcd36ad538529b586f6fc902e46a130e01
DIFF: https://github.com/llvm/llvm-project/commit/39f327dcd36ad538529b586f6fc902e46a130e01.diff
LOG: [gn build] Port 2fd614efc1bb
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
index b5007c968bbd1e..60b5e0b4497632 100644
--- a/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
@@ -28,6 +28,7 @@ static_library("FlowSensitive") {
"DataflowAnalysisContext.cpp",
"DataflowEnvironment.cpp",
"DebugSupport.cpp",
+ "Formula.cpp",
"HTMLLogger.cpp",
"Logger.cpp",
"RecordOps.cpp",
More information about the llvm-commits
mailing list