18 lines
428 B
Plaintext
18 lines
428 B
Plaintext
static_library("FlowSensitive") {
|
|
output_name = "clangAnalysisFlowSensitive"
|
|
configs += [ "//llvm/utils/gn/build:clang_code" ]
|
|
deps = [
|
|
"//clang/lib/AST",
|
|
"//clang/lib/Analysis",
|
|
]
|
|
sources = [
|
|
"ControlFlowContext.cpp",
|
|
"DataflowAnalysisContext.cpp",
|
|
"DataflowEnvironment.cpp",
|
|
"Transfer.cpp",
|
|
"TypeErasedDataflowAnalysis.cpp",
|
|
"WatchedLiteralsSolver.cpp",
|
|
"DebugSupport.cpp",
|
|
]
|
|
}
|