Skip to content

Commit 8c1f018

Browse files
authored
[MLIR] Add missing library in MLIRMLProgramTransforms target (#141210)
Add the `MLIRBufferizationTransforms` library in the list libraries linked by the `MLIRMLProgramTransforms` one. The problem was not catched before the merge of #141019.
1 parent 435a542 commit 8c1f018

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ add_mlir_dialect_library(MLIRMLProgramTransforms
1010

1111
LINK_LIBS PUBLIC
1212
MLIRBufferizationDialect
13+
MLIRBufferizationTransforms
1314
MLIRIR
1415
MLIRMLProgramDialect
1516
MLIRPass

0 commit comments

Comments
 (0)