[gn build] Port af7bc39ba1

This commit is contained in:
LLVM GN Syncbot 2022-01-04 09:23:00 +00:00
parent af7bc39ba1
commit fb7bea0a5a
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ static_library("FlowSensitive") {
]
sources = [
"ControlFlowContext.cpp",
"DataflowEnvironment.cpp",
"Transfer.cpp",
"TypeErasedDataflowAnalysis.cpp",
]
}

View File

@ -19,6 +19,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
"SingleVarConstantPropagationTest.cpp",
"TestingSupport.cpp",
"TestingSupportTest.cpp",
"TransferTest.cpp",
"TypeErasedDataflowAnalysisTest.cpp",
]
}