[llvm] 935b836 - [gn build] Port 45630243562

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 07:23:47 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-04-14T14:20:02Z
New Revision: 935b836d6512cada83c31a954c3ddf40c2a70a61

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

LOG: [gn build] Port 45630243562

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn
index 6fb176738aab..5db4549088fa 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/ARM/BUILD.gn
@@ -98,6 +98,7 @@ static_library("LLVMARMCodeGen") {
     "MVEGatherScatterLowering.cpp",
     "MVETailPredication.cpp",
     "MVEVPTBlockPass.cpp",
+    "MVEVPTOptimisationsPass.cpp",
     "Thumb1FrameLowering.cpp",
     "Thumb1InstrInfo.cpp",
     "Thumb2ITBlockPass.cpp",


        


More information about the llvm-commits mailing list