[Mlir-commits] [mlir] e697b97 - [mlir] Add more missing dependencies after D118062

River Riddle llvmlistbot at llvm.org
Mon Jan 24 21:36:43 PST 2022


Author: River Riddle
Date: 2022-01-24T21:36:31-08:00
New Revision: e697b971487d5288b18ae261b5840665510436c6

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

LOG: [mlir] Add more missing dependencies after D118062

These used to be covered transitively, but now need to be explicit.

Added: 
    

Modified: 
    mlir/lib/Conversion/VectorToGPU/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Conversion/VectorToGPU/CMakeLists.txt b/mlir/lib/Conversion/VectorToGPU/CMakeLists.txt
index e9f2ff83a6e0d..e8ec3041c7beb 100644
--- a/mlir/lib/Conversion/VectorToGPU/CMakeLists.txt
+++ b/mlir/lib/Conversion/VectorToGPU/CMakeLists.txt
@@ -13,4 +13,5 @@ add_mlir_conversion_library(MLIRVectorToGPU
   MLIRLLVMIR
   MLIRMemRef
   MLIRTransforms
+  MLIRVector
   )


        


More information about the Mlir-commits mailing list