[llvm] 57b0d94 - [gn build] Port 4045b62d4cc9
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 08:57:27 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-06-23T15:49:40Z
New Revision: 57b0d940d59f2019825c1a9ee5c094d01dcefc2c
URL: https://github.com/llvm/llvm-project/commit/57b0d940d59f2019825c1a9ee5c094d01dcefc2c
DIFF: https://github.com/llvm/llvm-project/commit/57b0d940d59f2019825c1a9ee5c094d01dcefc2c.diff
LOG: [gn build] Port 4045b62d4cc9
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 ce95cdade3f85..bcd79beeb1fc1 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
@@ -76,6 +76,7 @@ static_library("LLVMRISCVCodeGen") {
"RISCVLegalizerInfo.cpp",
"RISCVMCInstLower.cpp",
"RISCVMachineFunctionInfo.cpp",
+ "RISCVMacroFusion.cpp",
"RISCVMakeCompressible.cpp",
"RISCVMergeBaseOffset.cpp",
"RISCVRedundantCopyElimination.cpp",
More information about the llvm-commits
mailing list