1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[gn build] Port 418121c30a8

This commit is contained in:
LLVM GN Syncbot 2020-07-22 18:37:02 +00:00
parent d02bda5bc5
commit 8e18472dd3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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