[llvm] 628462e - [gn build] Port a17f03bd939

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 9 07:45:20 PST 2020


Author: LLVM GN Syncbot
Date: 2020-02-09T15:41:05Z
New Revision: 628462e30a77da531c82112e4d489d6d7ef96300

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

LOG: [gn build] Port a17f03bd939

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
index ff5de6543356..423e6a9c4f4a 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
@@ -17,6 +17,7 @@ static_library("Vectorize") {
     "VPlanSLP.cpp",
     "VPlanTransforms.cpp",
     "VPlanVerifier.cpp",
+    "VectorCombine.cpp",
     "Vectorize.cpp",
   ]
 }


        


More information about the llvm-commits mailing list