[gn build] Port 7ee97c24efab
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Fri, 4 Mar 2022 17:22:23 +0000 (17:22 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Fri, 4 Mar 2022 17:22:23 +0000 (17:22 +0000)
llvm/utils/gn/secondary/clang/lib/Analysis/FlowSensitive/BUILD.gn
llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/BUILD.gn

index adf425c..969d7f9 100644 (file)
@@ -9,6 +9,7 @@ static_library("FlowSensitive") {
     "ControlFlowContext.cpp",
     "DataflowAnalysisContext.cpp",
     "DataflowEnvironment.cpp",
+    "SourceLocationsLattice.cpp",
     "Transfer.cpp",
     "TypeErasedDataflowAnalysis.cpp",
     "WatchedLiteralsSolver.cpp",
index 3bb4592..95ef9f3 100644 (file)
@@ -22,6 +22,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
     "MultiVarConstantPropagationTest.cpp",
     "SingleVarConstantPropagationTest.cpp",
     "SolverTest.cpp",
+    "SourceLocationsLatticeTest.cpp",
     "TestingSupport.cpp",
     "TestingSupportTest.cpp",
     "TransferTest.cpp",