1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[gn build] Port 77bb3ebebbc

This commit is contained in:
LLVM GN Syncbot 2020-10-13 19:14:10 +00:00
parent 7af631872f
commit 3ab165d1a9
2 changed files with 4 additions and 5 deletions

View File

@ -23,18 +23,13 @@ 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,10 +39,12 @@ 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",
@ -50,10 +52,12 @@ static_library("Core") {
"SMTConstraintManager.cpp",
"SValBuilder.cpp",
"SVals.cpp",
"SarifDiagnostics.cpp",
"SimpleConstraintManager.cpp",
"SimpleSValBuilder.cpp",
"Store.cpp",
"SymbolManager.cpp",
"TextDiagnostics.cpp",
"WorkList.cpp",
]
}