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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Feb 3 02:48:10 PST 2025


Author: jeanPerier
Date: 2025-02-03T11:48:07+01:00
New Revision: 5fdf16148766e2909d051fd16d730c6e3733c931

URL: https://github.com/llvm/llvm-project/commit/5fdf16148766e2909d051fd16d730c6e3733c931
DIFF: https://github.com/llvm/llvm-project/commit/5fdf16148766e2909d051fd16d730c6e3733c931.diff

LOG: [mlir] add missing dependency to libMLIRFunctionInterfaces after #123176 (#125475)

Added: 
    

Modified: 
    mlir/lib/Interfaces/CMakeLists.txt

Removed: 
    


################################################################################
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