[llvm] b89f483 - [gn build] Port a71fe49bb534
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 20 20:02:10 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-06-21T02:57:40Z
New Revision: b89f483064716be015d74e6ed3e0b09f9d925c30
URL: https://github.com/llvm/llvm-project/commit/b89f483064716be015d74e6ed3e0b09f9d925c30
DIFF: https://github.com/llvm/llvm-project/commit/b89f483064716be015d74e6ed3e0b09f9d925c30.diff
LOG: [gn build] Port a71fe49bb534
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn
index d8304459d7ef5..128fb09478503 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn
@@ -62,6 +62,7 @@ static_library("LLVMPowerPCCodeGen") {
"PPCBranchCoalescing.cpp",
"PPCBranchSelector.cpp",
"PPCCCState.cpp",
+ "PPCCTRLoops.cpp",
"PPCCTRLoopsVerify.cpp",
"PPCCallingConv.cpp",
"PPCEarlyReturn.cpp",
More information about the llvm-commits
mailing list