[llvm] a5c751e - [gn build] Port 26f511626611

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 5 10:02:06 PST 2025


Author: LLVM GN Syncbot
Date: 2025-12-05T17:55:22Z
New Revision: a5c751e3253f09567cef180edee60cc19cc5e366

URL: https://github.com/llvm/llvm-project/commit/a5c751e3253f09567cef180edee60cc19cc5e366
DIFF: https://github.com/llvm/llvm-project/commit/a5c751e3253f09567cef180edee60cc19cc5e366.diff

LOG: [gn build] Port 26f511626611

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
index 52601f108a059..f91b071707a00 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
@@ -154,6 +154,7 @@ static_library("LLVMAArch64CodeGen") {
     "AArch64PostCoalescerPass.cpp",
     "AArch64PrologueEpilogue.cpp",
     "AArch64PromoteConstant.cpp",
+    "AArch64RedundantCondBranchPass.cpp",
     "AArch64RedundantCopyElimination.cpp",
     "AArch64RegisterInfo.cpp",
     "AArch64SIMDInstrOpt.cpp",


        


More information about the llvm-commits mailing list