[MLIR] Add missing library in MLIRMLProgramTransforms target by mscuttari · Pull Request #141210 · llvm/llvm-project (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation2 Commits2 Checks12 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

mscuttari

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

@mscuttari

@llvmbot

@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:

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

jplehr

Choose a reason for hiding this comment

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

LGTM

@mscuttari

@mscuttari mscuttari deleted the ml-program-transforms-linked-libs branch

May 23, 2025 18:49

sivan-shani pushed a commit to sivan-shani/llvm-project that referenced this pull request

Jun 3, 2025

@mscuttari @sivan-shani

…1210)

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