Skip to content

Commit fa4633c

Browse files
committed
[MLIR] Add missing MLIRCallInterfaces dependency to libraries
1 parent 918222b commit fa4633c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ add_mlir_dialect_library(MLIRAsyncDialect
88
MLIRAsyncOpsIncGen
99

1010
LINK_LIBS PUBLIC
11+
MLIRCallInterfaces
1112
MLIRControlFlowInterfaces
1213
MLIRFunctionInterfaces
1314
MLIRDialect

mlir/lib/Dialect/Bufferization/Transforms/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ add_mlir_dialect_library(MLIRBufferizationTransforms
2727
LINK_LIBS PUBLIC
2828
MLIRArithDialect
2929
MLIRBufferizationDialect
30+
MLIRCallInterfaces
3031
MLIRControlFlowInterfaces
3132
MLIRFuncDialect
3233
MLIRFunctionInterfaces
@@ -42,4 +43,3 @@ add_mlir_dialect_library(MLIRBufferizationTransforms
4243
MLIRViewLikeInterface
4344
MLIRSupport
4445
)
45-

mlir/lib/Transforms/Utils/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ add_mlir_library(MLIRTransformUtils
1616

1717
LINK_LIBS PUBLIC
1818
MLIRAnalysis
19+
MLIRCallInterfaces
1920
MLIRControlFlowInterfaces
2021
MLIRFunctionInterfaces
2122
MLIRLoopLikeInterface

0 commit comments

Comments
 (0)