forked from OSchip/llvm-project
gn build: Revert r352200, commit message was wrong
llvm-svn: 352201
This commit is contained in:
parent
74bb231b90
commit
0c828ccc67
|
@ -11,6 +11,7 @@ static_library("ARCMigrate") {
|
|||
"//clang/lib/Rewrite",
|
||||
"//clang/lib/Sema",
|
||||
"//clang/lib/Serialization",
|
||||
"//clang/lib/StaticAnalyzer/Checkers",
|
||||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [
|
||||
|
|
|
@ -27,7 +27,6 @@ static_library("Analysis") {
|
|||
"PostOrderCFGView.cpp",
|
||||
"ProgramPoint.cpp",
|
||||
"ReachableCode.cpp",
|
||||
"RetainSummaryManager.cpp",
|
||||
"ThreadSafety.cpp",
|
||||
"ThreadSafetyCommon.cpp",
|
||||
"ThreadSafetyLogical.cpp",
|
||||
|
|
|
@ -48,6 +48,7 @@ static_library("Core") {
|
|||
"RangeConstraintManager.cpp",
|
||||
"RangedConstraintManager.cpp",
|
||||
"RegionStore.cpp",
|
||||
"RetainSummaryManager.cpp",
|
||||
"SValBuilder.cpp",
|
||||
"SVals.cpp",
|
||||
"SarifDiagnostics.cpp",
|
||||
|
|
Loading…
Reference in New Issue