projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9ccb1
)
[mlir][index] Add missing dependencies
author
Jeff Niu
<jeff@modular.com>
Fri, 21 Oct 2022 19:00:22 +0000
(12:00 -0700)
committer
Jeff 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
patch
|
blob
|
history
diff --git
a/mlir/lib/Dialect/Index/IR/CMakeLists.txt
b/mlir/lib/Dialect/Index/IR/CMakeLists.txt
index 8b5b26028a898039a80d5bc9357d8e618065b093..53321f1ea3f25cdc659d6b31b2358d84f7b8214e 100644
(file)
--- 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
)