[llvm] 84eacd3 - [gn build] Port 26e375046dbd
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 12:19:10 PST 2025
Author: LLVM GN Syncbot
Date: 2025-02-19T20:12:30Z
New Revision: 84eacd302e54a8a1b2b56684efb422911707c6af
URL: https://github.com/llvm/llvm-project/commit/84eacd302e54a8a1b2b56684efb422911707c6af
DIFF: https://github.com/llvm/llvm-project/commit/84eacd302e54a8a1b2b56684efb422911707c6af.diff
LOG: [gn build] Port 26e375046dbd
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
index e3095e2f3df26..f18e40a2a5744 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
@@ -118,6 +118,7 @@ static_library("LLVMRISCVCodeGen") {
"RISCVDeadRegisterDefinitions.cpp",
"RISCVExpandAtomicPseudoInsts.cpp",
"RISCVExpandPseudoInsts.cpp",
+ "RISCVFoldMemOffset.cpp",
"RISCVFrameLowering.cpp",
"RISCVGatherScatterLowering.cpp",
"RISCVISelDAGToDAG.cpp",
More information about the llvm-commits
mailing list