[Mlir-commits] [mlir] 280b859 - Fix MLIR build with SHARED_LIBS=ON, add missing cmake dependency

Mehdi Amini llvmlistbot at llvm.org
Thu Jun 15 11:58:08 PDT 2023


Author: Mehdi Amini
Date: 2023-06-15T20:57:35+02:00
New Revision: 280b859c2914f056f76b1cc1dd65b4abf7cf5b63

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

LOG: Fix MLIR build with SHARED_LIBS=ON, add missing cmake dependency

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Conversion/TosaToTensor/CMakeLists.txt b/mlir/lib/Conversion/TosaToTensor/CMakeLists.txt
index d143022aa1cf1..2870baa20757b 100644
--- a/mlir/lib/Conversion/TosaToTensor/CMakeLists.txt
+++ b/mlir/lib/Conversion/TosaToTensor/CMakeLists.txt
@@ -11,6 +11,7 @@ add_mlir_conversion_library(MLIRTosaToTensor
 
   LINK_LIBS PUBLIC
   MLIRTensorDialect
+  MLIRTensorUtils
   MLIRIR
   MLIRPass
   MLIRTosaDialect


        


More information about the Mlir-commits mailing list