[Mlir-commits] [mlir] 54529c4 - Add missing dep to fix shared libs build

Geoffrey Martin-Noble llvmlistbot at llvm.org
Mon Feb 22 11:36:58 PST 2021


Author: Geoffrey Martin-Noble
Date: 2021-02-22T11:36:48-08:00
New Revision: 54529c4be64ec5f2269460df52602f0242e54a75

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

LOG: Add missing dep to fix shared libs build

Followup to https://reviews.llvm.org/D97006 which broke the shared libs
build because of a missing dependency.

Differential Revision: https://reviews.llvm.org/D97213

Added: 
    

Modified: 
    mlir/lib/Dialect/Linalg/IR/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/Linalg/IR/CMakeLists.txt b/mlir/lib/Dialect/Linalg/IR/CMakeLists.txt
index 2be8b5dd624f..613e8f496be9 100644
--- a/mlir/lib/Dialect/Linalg/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/Linalg/IR/CMakeLists.txt
@@ -13,6 +13,7 @@ add_mlir_dialect_library(MLIRLinalg
 
   LINK_LIBS PUBLIC
   MLIRAffine
+  MLIRDialectUtils
   MLIRIR
   MLIRParser
   MLIRSideEffectInterfaces


        


More information about the Mlir-commits mailing list