forked from OSchip/llvm-project
[gn build] Port b1fa5ac3ba
This commit is contained in:
parent
b1fa5ac3ba
commit
b0d119b583
|
@ -120,6 +120,7 @@ static_library("Analysis") {
|
|||
"TFUtils.cpp",
|
||||
"TargetLibraryInfo.cpp",
|
||||
"TargetTransformInfo.cpp",
|
||||
"TensorSpec.cpp",
|
||||
"Trace.cpp",
|
||||
"TypeBasedAliasAnalysis.cpp",
|
||||
"TypeMetadataUtils.cpp",
|
||||
|
|
|
@ -40,6 +40,7 @@ unittest("AnalysisTests") {
|
|||
"SparsePropagation.cpp",
|
||||
"TBAATest.cpp",
|
||||
"TargetLibraryInfoTest.cpp",
|
||||
"TensorSpecTest.cpp",
|
||||
"UnrollAnalyzerTest.cpp",
|
||||
"ValueLatticeTest.cpp",
|
||||
"ValueTrackingTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue