1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[gn build] Port 3a063d68e3c

This commit is contained in:
LLVM GN Syncbot 2020-03-03 13:33:01 +00:00
parent 4fc212f78b
commit e757d85d67
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",