Commit b48f293
authored
Fix build breakage (MLIR LLVM dialect requires MLIRInferIntRangeInterface) (llvm#168440)
This MR fixes a recent build breakage by this MR:
llvm#166648
(Post-merge build error here:
https://lab.llvm.org/buildbot/#/builders/138/builds/21929)
The `MLIRInferIntRangeInterface` library is now a public dependency of
`MLIRLLVMDialect`.1 parent 3bec613 commit b48f293
File tree
2 files changed
+1
-1
lines changed- mlir
- lib/Dialect/LLVMIR
- unittests/Dialect/LLVMIR
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
0 commit comments