Skip to content

Conversation

mscuttari
Copy link
Member

Add the MLIRBufferizationTransforms library in the list libraries linked by the MLIRMLProgramTransforms one. The problem was not catched before the merge of #141019.

@llvmbot
Copy link
Member

llvmbot commented May 23, 2025

@llvm/pr-subscribers-mlir-mlprogram

@llvm/pr-subscribers-mlir

Author: Michele Scuttari (mscuttari)

Changes

Add the MLIRBufferizationTransforms library in the list libraries linked by the MLIRMLProgramTransforms one. The problem was not catched before the merge of #141019.


Full diff: https://github.com/llvm/llvm-project/pull/141210.diff

1 Files Affected:

  • (modified) mlir/lib/Dialect/MLProgram/Transforms/CMakeLists.txt (+1)
diff --git a/mlir/lib/Dialect/MLProgram/Transforms/CMakeLists.txt b/mlir/lib/Dialect/MLProgram/Transforms/CMakeLists.txt
index cfa0269608cf7..988019f0b648a 100644
--- a/mlir/lib/Dialect/MLProgram/Transforms/CMakeLists.txt
+++ b/mlir/lib/Dialect/MLProgram/Transforms/CMakeLists.txt
@@ -10,6 +10,7 @@ add_mlir_dialect_library(MLIRMLProgramTransforms
 
   LINK_LIBS PUBLIC
   MLIRBufferizationDialect
+  MLIRBufferizationTransforms
   MLIRIR
   MLIRMLProgramDialect
   MLIRPass

Copy link
Contributor

@jplehr jplehr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mscuttari mscuttari merged commit 8c1f018 into llvm:main May 23, 2025
8 of 11 checks passed
@mscuttari mscuttari deleted the ml-program-transforms-linked-libs branch May 23, 2025 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants