forked from OSchip/llvm-project
parent
38c4ec31cb
commit
74bb231b90
|
@ -11,7 +11,6 @@ static_library("ARCMigrate") {
|
|||
"//clang/lib/Rewrite",
|
||||
"//clang/lib/Sema",
|
||||
"//clang/lib/Serialization",
|
||||
"//clang/lib/StaticAnalyzer/Checkers",
|
||||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [
|
||||
|
|
|
@ -27,6 +27,7 @@ static_library("Analysis") {
|
|||
"PostOrderCFGView.cpp",
|
||||
"ProgramPoint.cpp",
|
||||
"ReachableCode.cpp",
|
||||
"RetainSummaryManager.cpp",
|
||||
"ThreadSafety.cpp",
|
||||
"ThreadSafetyCommon.cpp",
|
||||
"ThreadSafetyLogical.cpp",
|
||||
|
|
|
@ -48,7 +48,6 @@ static_library("Core") {
|
|||
"RangeConstraintManager.cpp",
|
||||
"RangedConstraintManager.cpp",
|
||||
"RegionStore.cpp",
|
||||
"RetainSummaryManager.cpp",
|
||||
"SValBuilder.cpp",
|
||||
"SVals.cpp",
|
||||
"SarifDiagnostics.cpp",
|
||||
|
|
Loading…
Reference in New Issue