forked from OSchip/llvm-project
[gn build] Port af7bc39ba1
This commit is contained in:
parent
af7bc39ba1
commit
fb7bea0a5a
|
@ -7,6 +7,8 @@ static_library("FlowSensitive") {
|
|||
]
|
||||
sources = [
|
||||
"ControlFlowContext.cpp",
|
||||
"DataflowEnvironment.cpp",
|
||||
"Transfer.cpp",
|
||||
"TypeErasedDataflowAnalysis.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -19,6 +19,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
|
|||
"SingleVarConstantPropagationTest.cpp",
|
||||
"TestingSupport.cpp",
|
||||
"TestingSupportTest.cpp",
|
||||
"TransferTest.cpp",
|
||||
"TypeErasedDataflowAnalysisTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue