forked from OSchip/llvm-project
[gn build] Port ea6641085d
This commit is contained in:
parent
72fd47b93d
commit
57db6d20c6
|
@ -23,14 +23,19 @@ 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,11 +39,9 @@ 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",
|
||||
|
@ -51,12 +49,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