[Mlir-commits] [mlir] 9415fca - [mlir] Fix build with shared libs (missing cmake link dependency) (NFC)

Mehdi Amini llvmlistbot at llvm.org
Wed Nov 29 12:18:02 PST 2023


Author: Mehdi Amini
Date: 2023-11-29T12:17:52-08:00
New Revision: 9415fca848db7686700f17eb5a238484c24f87de

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

LOG: [mlir] Fix build with shared libs (missing cmake link dependency) (NFC)

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 b15876ab91c13f2..55bd168b83a0ad4 100644
--- a/mlir/lib/Conversion/GPUCommon/CMakeLists.txt
+++ b/mlir/lib/Conversion/GPUCommon/CMakeLists.txt
@@ -32,6 +32,7 @@ add_mlir_conversion_library(MLIRGPUToGPURuntimeTransforms
   MLIRArithToLLVM
   MLIRAsyncToLLVM
   MLIRControlFlowToLLVM
+  MLIRConvertToLLVMPass
   MLIRFuncToLLVM
   MLIRGPUTransforms
   MLIRIR


        


More information about the Mlir-commits mailing list