forked from OSchip/llvm-project
[gn build] Port a36c2dd6d5
This commit is contained in:
parent
308fc3f277
commit
00145bcb4c
|
@ -8,5 +8,8 @@ static_library("Models") {
|
|||
"//clang/lib/Analysis/FlowSensitive",
|
||||
"//clang/lib/Basic",
|
||||
]
|
||||
sources = [ "UncheckedOptionalAccessModel.cpp" ]
|
||||
sources = [
|
||||
"ChromiumCheckModel.cpp",
|
||||
"UncheckedOptionalAccessModel.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -17,6 +17,7 @@ unittest("ClangAnalysisFlowSensitiveTests") {
|
|||
"//llvm/lib/Testing/Support",
|
||||
]
|
||||
sources = [
|
||||
"ChromiumCheckModelTest.cpp",
|
||||
"DataflowAnalysisContextTest.cpp",
|
||||
"DataflowEnvironmentTest.cpp",
|
||||
"MapLatticeTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue