Skip to content

Commit 1f38301

Browse files
authored
[mlir] Fix missing FuncOps.h.inc (#97885)
Closes #84568 Similar to #71691 (reproduce with make -j1)
1 parent 9e462b7 commit 1f38301

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlir/lib/Dialect/Affine/Analysis/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ add_mlir_dialect_library(MLIRAffineAnalysis
88
ADDITIONAL_HEADER_DIRS
99
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Affine
1010

11+
DEPENDS
12+
MLIRFuncOpsIncGen
13+
1114
LINK_LIBS PUBLIC
1215
MLIRAffineDialect
1316
MLIRAnalysis

0 commit comments

Comments
 (0)