Skip to content

Commit

Permalink
[gn build] Port 3a063d6
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Mar 3, 2020
1 parent c016e9f commit ac8680f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn
Expand Up @@ -68,6 +68,7 @@ static_library("Analysis") {
"LoopAnalysisManager.cpp",
"LoopCacheAnalysis.cpp",
"LoopInfo.cpp",
"LoopNestAnalysis.cpp",
"LoopPass.cpp",
"LoopUnrollAnalyzer.cpp",
"MemDepPrinter.cpp",
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn
Expand Up @@ -25,6 +25,7 @@ unittest("AnalysisTests") {
"LazyCallGraphTest.cpp",
"LoadsTest.cpp",
"LoopInfoTest.cpp",
"LoopNestTest.cpp",
"MemoryBuiltinsTest.cpp",
"MemorySSATest.cpp",
"OrderedInstructionsTest.cpp",
Expand Down

0 comments on commit ac8680f

Please sign in to comment.