[Mlir-commits] [mlir] 44f24f3 - [mlir] Fix build failure due to 1a572f4

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Mar 18 14:58:58 PDT 2021


Author: thomasraoux
Date: 2021-03-18T14:58:32-07:00
New Revision: 44f24f3996e8a32d0bb3d6d79a66643c36f088da

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

LOG: [mlir] Fix build failure due to 1a572f4

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Conversion/GPUCommon/CMakeLists.txt b/mlir/lib/Conversion/GPUCommon/CMakeLists.txt
index 825bed600aba..d9f6867556c6 100644
--- a/mlir/lib/Conversion/GPUCommon/CMakeLists.txt
+++ b/mlir/lib/Conversion/GPUCommon/CMakeLists.txt
@@ -37,4 +37,5 @@ add_mlir_conversion_library(MLIRGPUToGPURuntimeTransforms
   MLIRPass
   MLIRSupport
   MLIRStandardToLLVM
+  MLIRVectorToLLVM
 )


        


More information about the Mlir-commits mailing list