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:
parent
d02bda5bc5
commit
8e18472dd3
@ -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…
x
Reference in New Issue
Block a user