[gn build] Port 53dcd9efd1

This commit is contained in:
LLVM GN Syncbot 2022-02-25 14:48:36 +00:00
parent 53dcd9efd1
commit f23e5c0322
2 changed files with 2 additions and 0 deletions

View File

@ -10,5 +10,6 @@ static_library("FlowSensitive") {
"DataflowEnvironment.cpp",
"Transfer.cpp",
"TypeErasedDataflowAnalysis.cpp",
"WatchedLiteralsSolver.cpp",
]
}

View File

@ -19,6 +19,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
"MapLatticeTest.cpp",
"MultiVarConstantPropagationTest.cpp",
"SingleVarConstantPropagationTest.cpp",
"SolverTest.cpp",
"TestingSupport.cpp",
"TestingSupportTest.cpp",
"TransferTest.cpp",