mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[gn build] Port 44b7cf2983b
This commit is contained in:
parent
baf54069ad
commit
b114391be7
@ -23,13 +23,18 @@ static_library("Analysis") {
|
||||
"Consumed.cpp",
|
||||
"Dominators.cpp",
|
||||
"ExprMutationAnalyzer.cpp",
|
||||
"HTMLPathDiagnosticConsumer.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,12 +39,10 @@ static_library("Core") {
|
||||
"ExprEngineCallAndReturn.cpp",
|
||||
"ExprEngineObjC.cpp",
|
||||
"FunctionSummary.cpp",
|
||||
"HTMLDiagnostics.cpp",
|
||||
"IssueHash.cpp",
|
||||
"LoopUnrolling.cpp",
|
||||
"LoopWidening.cpp",
|
||||
"MemRegion.cpp",
|
||||
"PlistDiagnostics.cpp",
|
||||
"ProgramState.cpp",
|
||||
"RangeConstraintManager.cpp",
|
||||
"RangedConstraintManager.cpp",
|
||||
@ -52,12 +50,10 @@ 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