[llvm] 93604c9 - [gn build] Port d85e347a28dc

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 09:45:33 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-09-20T16:39:59Z
New Revision: 93604c9711cd0325cf92b23529b55db161143a29

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

LOG: [gn build] Port d85e347a28dc

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 08a8855a74ad..e5033ccdca5b 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
@@ -66,6 +66,7 @@ static_library("LLVMRISCVCodeGen") {
     "RISCVExpandAtomicPseudoInsts.cpp",
     "RISCVExpandPseudoInsts.cpp",
     "RISCVFrameLowering.cpp",
+    "RISCVGatherScatterLowering.cpp",
     "RISCVISelDAGToDAG.cpp",
     "RISCVISelLowering.cpp",
     "RISCVInsertVSETVLI.cpp",


        


More information about the llvm-commits mailing list