[llvm] 9a847fe - [gn build] Fix build
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 31 11:00:47 PDT 2023
Author: Arthur Eubanks
Date: 2023-10-31T11:00:33-07:00
New Revision: 9a847fed6220a166f47bfc51bb8bdf5f23356857
URL: https://github.com/llvm/llvm-project/commit/9a847fed6220a166f47bfc51bb8bdf5f23356857
DIFF: https://github.com/llvm/llvm-project/commit/9a847fed6220a166f47bfc51bb8bdf5f23356857.diff
LOG: [gn build] Fix build
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
index 0e76f8286068e43..58acabf85d296b2 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -46,7 +46,7 @@ static_library("Utils") {
"LCSSA.cpp",
"LibCallsShrinkWrap.cpp",
"Local.cpp",
- "LoopConstrainer.cpp"
+ "LoopConstrainer.cpp",
"LoopPeel.cpp",
"LoopRotationUtils.cpp",
"LoopSimplify.cpp",
More information about the llvm-commits
mailing list