[llvm] 2ca3f87 - [gn build] Port c74ba57e0bd9
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 23:48:50 PDT 2024
Author: LLVM GN Syncbot
Date: 2024-07-11T06:38:10Z
New Revision: 2ca3f87e89f4a72e9ad5ac8de7267948d8147625
URL: https://github.com/llvm/llvm-project/commit/2ca3f87e89f4a72e9ad5ac8de7267948d8147625
DIFF: https://github.com/llvm/llvm-project/commit/2ca3f87e89f4a72e9ad5ac8de7267948d8147625.diff
LOG: [gn build] Port c74ba57e0bd9
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 12366a35d6f1a..afd7fb5eba352 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
@@ -116,7 +116,6 @@ static_library("LLVMRISCVCodeGen") {
"RISCVDeadRegisterDefinitions.cpp",
"RISCVExpandAtomicPseudoInsts.cpp",
"RISCVExpandPseudoInsts.cpp",
- "RISCVFoldMasks.cpp",
"RISCVFrameLowering.cpp",
"RISCVGatherScatterLowering.cpp",
"RISCVISelDAGToDAG.cpp",
@@ -138,6 +137,7 @@ static_library("LLVMRISCVCodeGen") {
"RISCVTargetMachine.cpp",
"RISCVTargetObjectFile.cpp",
"RISCVTargetTransformInfo.cpp",
+ "RISCVVectorPeephole.cpp",
]
}
More information about the llvm-commits
mailing list