Skip to content

Commit e18c483

Browse files
authored
[mlir] add arith dialect dep to fix buildbot failure (llvm#92585)
https://lab.llvm.org/buildbot/#/builders/268/builds/14288 ```undefined reference to `mlir::detail::TypeIDResolver<mlir::arith::ConstantOp, void>::id'```
1 parent 932bef2 commit e18c483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ add_mlir_dialect_library(MLIRPolynomialDialect
1818
MLIRBuiltinAttributesIncGen
1919

2020
LINK_LIBS PUBLIC
21+
MLIRArithDialect
2122
MLIRSupport
2223
MLIRDialect
2324
MLIRIR

0 commit comments

Comments
 (0)