forked from OSchip/llvm-project
[gn build] Port 662ed9e67a
This commit is contained in:
parent
39c39e8a7f
commit
5f335285c1
|
@ -24,7 +24,6 @@ static_library("Analysis") {
|
|||
"Dominators.cpp",
|
||||
"ExprMutationAnalyzer.cpp",
|
||||
"HTMLPathDiagnosticConsumer.cpp",
|
||||
"IssueHash.cpp",
|
||||
"LiveVariables.cpp",
|
||||
"ObjCNoReturn.cpp",
|
||||
"PathDiagnostic.cpp",
|
||||
|
|
|
@ -39,6 +39,7 @@ static_library("Core") {
|
|||
"ExprEngineCallAndReturn.cpp",
|
||||
"ExprEngineObjC.cpp",
|
||||
"FunctionSummary.cpp",
|
||||
"IssueHash.cpp",
|
||||
"LoopUnrolling.cpp",
|
||||
"LoopWidening.cpp",
|
||||
"MemRegion.cpp",
|
||||
|
|
Loading…
Reference in New Issue