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",
|
"GlobalsModRef.cpp",
|
||||||
"GuardUtils.cpp",
|
"GuardUtils.cpp",
|
||||||
"HeatUtils.cpp",
|
"HeatUtils.cpp",
|
||||||
"IRSimilarityIdentifier.cpp",
|
|
||||||
"IVDescriptors.cpp",
|
"IVDescriptors.cpp",
|
||||||
"IVUsers.cpp",
|
"IVUsers.cpp",
|
||||||
"IndirectCallPromotionAnalysis.cpp",
|
"IndirectCallPromotionAnalysis.cpp",
|
||||||
|
|
|
@ -25,7 +25,6 @@ unittest("AnalysisTests") {
|
||||||
"DomTreeUpdaterTest.cpp",
|
"DomTreeUpdaterTest.cpp",
|
||||||
"FunctionPropertiesAnalysisTest.cpp",
|
"FunctionPropertiesAnalysisTest.cpp",
|
||||||
"GlobalsModRefTest.cpp",
|
"GlobalsModRefTest.cpp",
|
||||||
"IRSimilarityIdentifierTest.cpp",
|
|
||||||
"IVDescriptorsTest.cpp",
|
"IVDescriptorsTest.cpp",
|
||||||
"LazyCallGraphTest.cpp",
|
"LazyCallGraphTest.cpp",
|
||||||
"LoadsTest.cpp",
|
"LoadsTest.cpp",
|
||||||
|
|
Loading…
Reference in New Issue