Skip to content

Commit

Permalink
[mlir] Fix missing FuncOps.h.inc (llvm#97885)
Browse files Browse the repository at this point in the history
Closes llvm#84568

Similar to llvm#71691 (reproduce with make -j1)
  • Loading branch information
jschueller authored and banach-space committed Aug 7, 2024
1 parent 39344df commit 138e8ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mlir/lib/Dialect/Affine/Analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ add_mlir_dialect_library(MLIRAffineAnalysis
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Affine

DEPENDS
MLIRFuncOpsIncGen

LINK_LIBS PUBLIC
MLIRAffineDialect
MLIRAnalysis
Expand Down

0 comments on commit 138e8ed

Please sign in to comment.