Skip to content

Commit 5fdf161

Browse files
authored
[mlir] add missing dependency to libMLIRFunctionInterfaces after #123176 (#125475)
1 parent cae0d67 commit 5fdf161

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Interfaces/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ add_mlir_library(MLIRFunctionInterfaces
5858
MLIRFunctionInterfacesIncGen
5959

6060
LINK_LIBS PUBLIC
61+
MLIRCallInterfaces
6162
MLIRIR
6263
)
6364

0 commit comments

Comments
 (0)