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",
|
"DataflowEnvironment.cpp",
|
||||||
"Transfer.cpp",
|
"Transfer.cpp",
|
||||||
"TypeErasedDataflowAnalysis.cpp",
|
"TypeErasedDataflowAnalysis.cpp",
|
||||||
|
"WatchedLiteralsSolver.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
|
||||||
"MapLatticeTest.cpp",
|
"MapLatticeTest.cpp",
|
||||||
"MultiVarConstantPropagationTest.cpp",
|
"MultiVarConstantPropagationTest.cpp",
|
||||||
"SingleVarConstantPropagationTest.cpp",
|
"SingleVarConstantPropagationTest.cpp",
|
||||||
|
"SolverTest.cpp",
|
||||||
"TestingSupport.cpp",
|
"TestingSupport.cpp",
|
||||||
"TestingSupportTest.cpp",
|
"TestingSupportTest.cpp",
|
||||||
"TransferTest.cpp",
|
"TransferTest.cpp",
|
||||||
|
|
Loading…
Reference in New Issue