mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 01:11:44 +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/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
Block a user