Skip to content

Commit d6e0922

Browse files
committed
[gn build] Port 3ecfc03
1 parent cc49f3b commit d6e0922

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/clang

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ static_library("FlowSensitive") {
3131
"DataflowEnvironment.cpp",
3232
"DebugSupport.cpp",
3333
"Formula.cpp",
34+
"FormulaSerialization.cpp",
3435
"HTMLLogger.cpp",
3536
"Logger.cpp",
3637
"RecordOps.cpp",

llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
2727
"DataflowEnvironmentTest.cpp",
2828
"DebugSupportTest.cpp",
2929
"DeterminismTest.cpp",
30+
"FormulaTest.cpp",
3031
"LoggerTest.cpp",
3132
"MapLatticeTest.cpp",
3233
"MatchSwitchTest.cpp",

0 commit comments

Comments
 (0)