mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[gn build] Port 9c4b2225b24
This commit is contained in:
parent
97946e16bb
commit
3c6978b84b
@ -24,19 +24,14 @@ static_library("Analysis") {
|
||||
"Consumed.cpp",
|
||||
"Dominators.cpp",
|
||||
"ExprMutationAnalyzer.cpp",
|
||||
"HTMLPathDiagnosticConsumer.cpp",
|
||||
"IssueHash.cpp",
|
||||
"LiveVariables.cpp",
|
||||
"ObjCNoReturn.cpp",
|
||||
"PathDiagnostic.cpp",
|
||||
"PlistHTMLPathDiagnosticConsumer.cpp",
|
||||
"PlistPathDiagnosticConsumer.cpp",
|
||||
"PostOrderCFGView.cpp",
|
||||
"ProgramPoint.cpp",
|
||||
"ReachableCode.cpp",
|
||||
"RetainSummaryManager.cpp",
|
||||
"SarifPathDiagnosticConsumer.cpp",
|
||||
"TextPathDiagnosticConsumer.cpp",
|
||||
"ThreadSafety.cpp",
|
||||
"ThreadSafetyCommon.cpp",
|
||||
"ThreadSafetyLogical.cpp",
|
||||
|
@ -39,9 +39,11 @@ static_library("Core") {
|
||||
"ExprEngineCallAndReturn.cpp",
|
||||
"ExprEngineObjC.cpp",
|
||||
"FunctionSummary.cpp",
|
||||
"HTMLDiagnostics.cpp",
|
||||
"LoopUnrolling.cpp",
|
||||
"LoopWidening.cpp",
|
||||
"MemRegion.cpp",
|
||||
"PlistDiagnostics.cpp",
|
||||
"ProgramState.cpp",
|
||||
"RangeConstraintManager.cpp",
|
||||
"RangedConstraintManager.cpp",
|
||||
@ -49,10 +51,12 @@ static_library("Core") {
|
||||
"SMTConstraintManager.cpp",
|
||||
"SValBuilder.cpp",
|
||||
"SVals.cpp",
|
||||
"SarifDiagnostics.cpp",
|
||||
"SimpleConstraintManager.cpp",
|
||||
"SimpleSValBuilder.cpp",
|
||||
"Store.cpp",
|
||||
"SymbolManager.cpp",
|
||||
"TextDiagnostics.cpp",
|
||||
"WorkList.cpp",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user