[Mlir-commits] [mlir] [mlir] add missing dependency to libMLIRFunctionInterfaces after #123176 (PR #125475)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Feb 3 02:41:46 PST 2025


https://github.com/jeanPerier created https://github.com/llvm/llvm-project/pull/125475

None

>From 25a4eb62f4379c854b1bc24780fd7e1b02bcbb8c Mon Sep 17 00:00:00 2001
From: Jean Perier <jperier at nvidia.com>
Date: Mon, 3 Feb 2025 02:39:18 -0800
Subject: [PATCH] [mlir] add missing dependency to libMLIRFunctionInterfaces
 after #123176

---
 mlir/lib/Interfaces/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

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
 )
 



More information about the Mlir-commits mailing list