forked from OSchip/llvm-project
[gn build] Port a895040eb0
This commit is contained in:
parent
a895040eb0
commit
0dd4d70ec2
|
@ -52,7 +52,6 @@ static_library("Analysis") {
|
|||
"GlobalsModRef.cpp",
|
||||
"GuardUtils.cpp",
|
||||
"HeatUtils.cpp",
|
||||
"IRSimilarityIdentifier.cpp",
|
||||
"IVDescriptors.cpp",
|
||||
"IVUsers.cpp",
|
||||
"IndirectCallPromotionAnalysis.cpp",
|
||||
|
|
|
@ -25,7 +25,6 @@ unittest("AnalysisTests") {
|
|||
"DomTreeUpdaterTest.cpp",
|
||||
"FunctionPropertiesAnalysisTest.cpp",
|
||||
"GlobalsModRefTest.cpp",
|
||||
"IRSimilarityIdentifierTest.cpp",
|
||||
"IVDescriptorsTest.cpp",
|
||||
"LazyCallGraphTest.cpp",
|
||||
"LoadsTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue