[llvm] a5daf81 - [gn build] Port 690085c9b715

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 21:08:42 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-04-08T04:04:28Z
New Revision: a5daf81df01c4990e9b1123962a8fabce9ab8cfb

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

LOG: [gn build] Port 690085c9b715

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 4f0c1d8400521..b19a237796681 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
@@ -74,6 +74,7 @@ static_library("LLVMRISCVCodeGen") {
     "RISCVInstructionSelector.cpp",
     "RISCVLegalizerInfo.cpp",
     "RISCVMCInstLower.cpp",
+    "RISCVMachineFunctionInfo.cpp",
     "RISCVMergeBaseOffset.cpp",
     "RISCVRedundantCopyElimination.cpp",
     "RISCVRegisterBankInfo.cpp",


        


More information about the llvm-commits mailing list