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

[gn build] Port 613f791131e

This commit is contained in:
LLVM GN Syncbot 2020-03-03 14:16:22 +00:00
parent 5ab14950dd
commit 11214da374
2 changed files with 0 additions and 2 deletions

View File

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

View File

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