Skip to content

Commit a1e91b5

Browse files
committed
[gn build] Port 7ee97c2
1 parent c88deef commit a1e91b5

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
@@ -9,6 +9,7 @@ static_library("FlowSensitive") {
99
"ControlFlowContext.cpp",
1010
"DataflowAnalysisContext.cpp",
1111
"DataflowEnvironment.cpp",
12+
"SourceLocationsLattice.cpp",
1213
"Transfer.cpp",
1314
"TypeErasedDataflowAnalysis.cpp",
1415
"WatchedLiteralsSolver.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
@@ -22,6 +22,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
2222
"MultiVarConstantPropagationTest.cpp",
2323
"SingleVarConstantPropagationTest.cpp",
2424
"SolverTest.cpp",
25+
"SourceLocationsLatticeTest.cpp",
2526
"TestingSupport.cpp",
2627
"TestingSupportTest.cpp",
2728
"TransferTest.cpp",

0 commit comments

Comments
 (0)