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

[gn build] Port caf395ee8c2

This commit is contained in:
LLVM GN Syncbot 2020-07-13 23:39:28 +00:00
parent e14ebade1a
commit ef5b92a924
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ static_library("Analysis") {
"InlineAdvisor.cpp",
"InlineCost.cpp",
"InlineFeaturesAnalysis.cpp",
"InlineSizeEstimatorAnalysis.cpp",
"InstCount.cpp",
"InstructionPrecedenceTracking.cpp",
"InstructionSimplify.cpp",

View File

@ -25,6 +25,7 @@ unittest("AnalysisTests") {
"GlobalsModRefTest.cpp",
"IVDescriptorsTest.cpp",
"InlineFeaturesAnalysisTest.cpp",
"InlineSizeEstimatorAnalysisTest.cpp",
"LazyCallGraphTest.cpp",
"LoadsTest.cpp",
"LoopInfoTest.cpp",