[gn build] Port b1fa5ac3ba

This commit is contained in:
LLVM GN Syncbot 2022-04-26 01:46:12 +00:00
parent b1fa5ac3ba
commit b0d119b583
2 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,7 @@ static_library("Analysis") {
"TFUtils.cpp",
"TargetLibraryInfo.cpp",
"TargetTransformInfo.cpp",
"TensorSpec.cpp",
"Trace.cpp",
"TypeBasedAliasAnalysis.cpp",
"TypeMetadataUtils.cpp",

View File

@ -40,6 +40,7 @@ unittest("AnalysisTests") {
"SparsePropagation.cpp",
"TBAATest.cpp",
"TargetLibraryInfoTest.cpp",
"TensorSpecTest.cpp",
"UnrollAnalyzerTest.cpp",
"ValueLatticeTest.cpp",
"ValueTrackingTest.cpp",