forked from OSchip/llvm-project
[gn build] Port 3eb141e507
This commit is contained in:
parent
3eb141e507
commit
bbb6392c14
|
@ -35,6 +35,7 @@ static_library("Analysis") {
|
|||
"CmpInstAnalysis.cpp",
|
||||
"CodeMetrics.cpp",
|
||||
"ConstantFolding.cpp",
|
||||
"ConstraintSystem.cpp",
|
||||
"CostModel.cpp",
|
||||
"DDG.cpp",
|
||||
"Delinearization.cpp",
|
||||
|
|
|
@ -19,6 +19,7 @@ unittest("AnalysisTests") {
|
|||
"CGSCCPassManagerTest.cpp",
|
||||
"CallGraphTest.cpp",
|
||||
"CaptureTrackingTest.cpp",
|
||||
"ConstraintSystemTest.cpp",
|
||||
"DDGTest.cpp",
|
||||
"DivergenceAnalysisTest.cpp",
|
||||
"DomTreeUpdaterTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue