mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
gn build: Merge r352149
llvm-svn: 352202
This commit is contained in:
parent
afa8033cbe
commit
76033369a6
@ -11,7 +11,6 @@ static_library("ARCMigrate") {
|
|||||||
"//clang/lib/Rewrite",
|
"//clang/lib/Rewrite",
|
||||||
"//clang/lib/Sema",
|
"//clang/lib/Sema",
|
||||||
"//clang/lib/Serialization",
|
"//clang/lib/Serialization",
|
||||||
"//clang/lib/StaticAnalyzer/Checkers",
|
|
||||||
"//llvm/lib/Support",
|
"//llvm/lib/Support",
|
||||||
]
|
]
|
||||||
sources = [
|
sources = [
|
||||||
|
@ -27,6 +27,7 @@ static_library("Analysis") {
|
|||||||
"PostOrderCFGView.cpp",
|
"PostOrderCFGView.cpp",
|
||||||
"ProgramPoint.cpp",
|
"ProgramPoint.cpp",
|
||||||
"ReachableCode.cpp",
|
"ReachableCode.cpp",
|
||||||
|
"RetainSummaryManager.cpp",
|
||||||
"ThreadSafety.cpp",
|
"ThreadSafety.cpp",
|
||||||
"ThreadSafetyCommon.cpp",
|
"ThreadSafetyCommon.cpp",
|
||||||
"ThreadSafetyLogical.cpp",
|
"ThreadSafetyLogical.cpp",
|
||||||
|
@ -48,7 +48,6 @@ static_library("Core") {
|
|||||||
"RangeConstraintManager.cpp",
|
"RangeConstraintManager.cpp",
|
||||||
"RangedConstraintManager.cpp",
|
"RangedConstraintManager.cpp",
|
||||||
"RegionStore.cpp",
|
"RegionStore.cpp",
|
||||||
"RetainSummaryManager.cpp",
|
|
||||||
"SValBuilder.cpp",
|
"SValBuilder.cpp",
|
||||||
"SVals.cpp",
|
"SVals.cpp",
|
||||||
"SarifDiagnostics.cpp",
|
"SarifDiagnostics.cpp",
|
||||||
|
Loading…
Reference in New Issue
Block a user