From 95cfd99616d340ea544d570861d0debf92eabeab Mon Sep 17 00:00:00 2001 From: Nicolas Vasilache Date: Mon, 24 Jun 2019 15:23:26 -0700 Subject: [PATCH] Fix OSS build PiperOrigin-RevId: 254847773 --- mlir/lib/Transforms/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/mlir/lib/Transforms/CMakeLists.txt b/mlir/lib/Transforms/CMakeLists.txt index c3f3420..ec10aee 100644 --- a/mlir/lib/Transforms/CMakeLists.txt +++ b/mlir/lib/Transforms/CMakeLists.txt @@ -22,7 +22,6 @@ add_llvm_library(MLIRTransforms Utils/LoopUtils.cpp Utils/RegionUtils.cpp Utils/Utils.cpp - Vectorization Vectorize.cpp ViewFunctionGraph.cpp -- 2.7.4