[llvm] 7ddda85 - [gn build] Port 7c8365121a7d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 11:22:59 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-06-20T18:15:12Z
New Revision: 7ddda854d80c0d6e0f478aaa244334d590509cb6

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

LOG: [gn build] Port 7c8365121a7d

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 18cf15b521959..e21172a38e95d 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") {
     "RISCVGatherScatterLowering.cpp",
     "RISCVISelDAGToDAG.cpp",
     "RISCVISelLowering.cpp",
+    "RISCVInsertReadWriteCSR.cpp",
     "RISCVInsertVSETVLI.cpp",
     "RISCVInstrInfo.cpp",
     "RISCVMachineFunctionInfo.cpp",


        


More information about the llvm-commits mailing list