[gn build] Port 1dad6247d2

This commit is contained in:
LLVM GN Syncbot 2022-07-21 20:54:39 +00:00
parent cc0a1078f5
commit 31049b3d2b
2 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@ static_library("Analysis") {
"MemoryBuiltins.cpp",
"MemoryDependenceAnalysis.cpp",
"MemoryLocation.cpp",
"MemoryProfileInfo.cpp",
"MemorySSA.cpp",
"MemorySSAUpdater.cpp",
"ModelUnderTrainingRunner.cpp",

View File

@ -34,6 +34,7 @@ unittest("AnalysisTests") {
"LoopNestTest.cpp",
"MLModelRunnerTest.cpp",
"MemoryBuiltinsTest.cpp",
"MemoryProfileInfoTest.cpp",
"MemorySSATest.cpp",
"PhiValuesTest.cpp",
"ProfileSummaryInfoTest.cpp",