[mlir][index] Add missing dependencies
authorJeff Niu <jeff@modular.com>
Fri, 21 Oct 2022 19:00:22 +0000 (12:00 -0700)
committerJeff Niu <jeff@modular.com>
Fri, 21 Oct 2022 19:00:22 +0000 (12:00 -0700)
Fixes shared lib build

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

index 8b5b26028a898039a80d5bc9357d8e618065b093..53321f1ea3f25cdc659d6b31b2358d84f7b8214e 100644 (file)
@@ -9,4 +9,7 @@ add_mlir_dialect_library(MLIRIndexDialect
   LINK_LIBS PUBLIC
   MLIRDialect
   MLIRIR
+  MLIRCastInterfaces
+  MLIRInferTypeOpInterface
+  MLIRSideEffectInterfaces
   )