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