forked from OSchip/llvm-project
[gn build] Port 53dcd9efd1
This commit is contained in:
parent
53dcd9efd1
commit
f23e5c0322
|
@ -10,5 +10,6 @@ static_library("FlowSensitive") {
|
|||
"DataflowEnvironment.cpp",
|
||||
"Transfer.cpp",
|
||||
"TypeErasedDataflowAnalysis.cpp",
|
||||
"WatchedLiteralsSolver.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
|
|||
"MapLatticeTest.cpp",
|
||||
"MultiVarConstantPropagationTest.cpp",
|
||||
"SingleVarConstantPropagationTest.cpp",
|
||||
"SolverTest.cpp",
|
||||
"TestingSupport.cpp",
|
||||
"TestingSupportTest.cpp",
|
||||
"TransferTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue