1
0
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:
LLVM GN Syncbot 2020-10-13 17:53:39 +00:00
parent baf54069ad
commit b114391be7
2 changed files with 5 additions and 4 deletions

View File

@ -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",

View File

@ -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",
]
}