Skip to content

[mlir] add missing dependency to libMLIRFunctionInterfaces after #123176 #125475

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 1 commit into from
Feb 3, 2025

Conversation

jeanPerier
Copy link
Contributor

No description provided.

@jeanPerier jeanPerier requested review from gysit and River707 February 3, 2025 10:41
@llvmbot llvmbot added the mlir label Feb 3, 2025
@llvmbot
Copy link
Member

llvmbot commented Feb 3, 2025

@llvm/pr-subscribers-mlir

Author: None (jeanPerier)

Changes

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

1 Files Affected:

  • (modified) mlir/lib/Interfaces/CMakeLists.txt (+1)
diff --git a/mlir/lib/Interfaces/CMakeLists.txt b/mlir/lib/Interfaces/CMakeLists.txt
index d3b7bf65ad3e73..a25694cfff5f26 100644
--- a/mlir/lib/Interfaces/CMakeLists.txt
+++ b/mlir/lib/Interfaces/CMakeLists.txt
@@ -58,6 +58,7 @@ add_mlir_library(MLIRFunctionInterfaces
   MLIRFunctionInterfacesIncGen
 
   LINK_LIBS PUBLIC
+  MLIRCallInterfaces
   MLIRIR
 )
 

@jeanPerier jeanPerier merged commit 5fdf161 into llvm:main Feb 3, 2025
7 of 10 checks passed
@jeanPerier jeanPerier deleted the fix-123176 branch February 3, 2025 10:48
Icohedron pushed a commit to Icohedron/llvm-project that referenced this pull request Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants