forked from OSchip/llvm-project
[gn build] Port 418121c30a
This commit is contained in:
parent
d2ec91845c
commit
f3e667bf86
|
@ -47,6 +47,7 @@ static_library("Analysis") {
|
|||
"DomTreeUpdater.cpp",
|
||||
"DominanceFrontier.cpp",
|
||||
"EHPersonalities.cpp",
|
||||
"FunctionPropertiesAnalysis.cpp",
|
||||
"GlobalsModRef.cpp",
|
||||
"GuardUtils.cpp",
|
||||
"HeatUtils.cpp",
|
||||
|
@ -55,7 +56,6 @@ static_library("Analysis") {
|
|||
"IndirectCallPromotionAnalysis.cpp",
|
||||
"InlineAdvisor.cpp",
|
||||
"InlineCost.cpp",
|
||||
"InlineFeaturesAnalysis.cpp",
|
||||
"InlineSizeEstimatorAnalysis.cpp",
|
||||
"InstCount.cpp",
|
||||
"InstructionPrecedenceTracking.cpp",
|
||||
|
|
|
@ -22,9 +22,9 @@ unittest("AnalysisTests") {
|
|||
"DDGTest.cpp",
|
||||
"DivergenceAnalysisTest.cpp",
|
||||
"DomTreeUpdaterTest.cpp",
|
||||
"FunctionPropertiesAnalysisTest.cpp",
|
||||
"GlobalsModRefTest.cpp",
|
||||
"IVDescriptorsTest.cpp",
|
||||
"InlineFeaturesAnalysisTest.cpp",
|
||||
"LazyCallGraphTest.cpp",
|
||||
"LoadsTest.cpp",
|
||||
"LoopInfoTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue