Skip to content

[MLIR] Add missing library in MLIRMLProgramTransforms target #141210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 23, 2025

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