[Mlir-commits] [mlir] 6e24591 - [mlir][index] Add missing dependencies

Jeff Niu llvmlistbot at llvm.org
Fri Oct 21 12:00:43 PDT 2022


Author: Jeff Niu
Date: 2022-10-21T12:00:22-07:00
New Revision: 6e245918ec87ffcf70743dd43330ea896fe7810c

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

LOG: [mlir][index] Add missing dependencies

Fixes shared lib build

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/Index/IR/CMakeLists.txt b/mlir/lib/Dialect/Index/IR/CMakeLists.txt
index 8b5b26028a898..53321f1ea3f25 100644
--- a/mlir/lib/Dialect/Index/IR/CMakeLists.txt
+++ b/mlir/lib/Dialect/Index/IR/CMakeLists.txt
@@ -9,4 +9,7 @@ add_mlir_dialect_library(MLIRIndexDialect
   LINK_LIBS PUBLIC
   MLIRDialect
   MLIRIR
+  MLIRCastInterfaces
+  MLIRInferTypeOpInterface
+  MLIRSideEffectInterfaces
   )


        


More information about the Mlir-commits mailing list