Skip to content

Commit d605cb8

Browse files
jfurtekgithub-actions[bot]
authored andcommitted
Automerge: Fix build breakage (MLIR LLVM dialect requires MLIRInferIntRangeInterface) (#168440)
This MR fixes a recent build breakage by this MR: llvm/llvm-project#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`.
2 parents 78645f8 + b48f293 commit d605cb8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mlir/lib/Dialect/LLVMIR/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ add_mlir_dialect_library(MLIRLLVMDialect
3131
MLIRControlFlowInterfaces
3232
MLIRDataLayoutInterfaces
3333
MLIRFunctionInterfaces
34+
MLIRInferIntRangeInterface
3435
MLIRInferTypeOpInterface
3536
MLIRIR
3637
MLIRMemorySlotInterfaces

mlir/unittests/Dialect/LLVMIR/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ add_mlir_unittest(MLIRLLVMIRTests
44
mlir_target_link_libraries(MLIRLLVMIRTests
55
PRIVATE
66
MLIRLLVMDialect
7-
MLIRInferIntRangeInterface
87
)

0 commit comments

Comments
 (0)