[gn build] Port c84532a70a

This commit is contained in:
LLVM GN Syncbot 2020-03-03 18:25:30 +00:00
parent c84532a70a
commit 22dd23583a
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ static_library("Analysis") {
"LoopAnalysisManager.cpp",
"LoopCacheAnalysis.cpp",
"LoopInfo.cpp",
"LoopNestAnalysis.cpp",
"LoopPass.cpp",
"LoopUnrollAnalyzer.cpp",
"MemDepPrinter.cpp",

View File

@ -25,6 +25,7 @@ unittest("AnalysisTests") {
"LazyCallGraphTest.cpp",
"LoadsTest.cpp",
"LoopInfoTest.cpp",
"LoopNestTest.cpp",
"MemoryBuiltinsTest.cpp",
"MemorySSATest.cpp",
"OrderedInstructionsTest.cpp",