forked from OSchip/llvm-project
[gn build] Port 9908a3b9f5
This commit is contained in:
parent
4ba45a778a
commit
540277d084
|
@ -55,7 +55,6 @@ static_library("Analysis") {
|
|||
"InlineAdvisor.cpp",
|
||||
"InlineCost.cpp",
|
||||
"InlineFeaturesAnalysis.cpp",
|
||||
"InlineSizeEstimatorAnalysis.cpp",
|
||||
"InstCount.cpp",
|
||||
"InstructionPrecedenceTracking.cpp",
|
||||
"InstructionSimplify.cpp",
|
||||
|
|
|
@ -25,7 +25,6 @@ unittest("AnalysisTests") {
|
|||
"GlobalsModRefTest.cpp",
|
||||
"IVDescriptorsTest.cpp",
|
||||
"InlineFeaturesAnalysisTest.cpp",
|
||||
"InlineSizeEstimatorAnalysisTest.cpp",
|
||||
"LazyCallGraphTest.cpp",
|
||||
"LoadsTest.cpp",
|
||||
"LoopInfoTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue