[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:42:15 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: None (jeanPerier)

<details>
<summary>Changes</summary>



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


1 Files Affected:

- (modified) mlir/lib/Interfaces/CMakeLists.txt (+1) 


``````````diff
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
 )
 

``````````

</details>


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


More information about the Mlir-commits mailing list