Skip to content

Commit

Permalink
[gn build] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aeubanks committed Oct 31, 2023
1 parent 8ce4b7b commit 9a847fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static_library("Utils") {
"LCSSA.cpp",
"LibCallsShrinkWrap.cpp",
"Local.cpp",
"LoopConstrainer.cpp"
"LoopConstrainer.cpp",
"LoopPeel.cpp",
"LoopRotationUtils.cpp",
"LoopSimplify.cpp",
Expand Down

0 comments on commit 9a847fe

Please sign in to comment.