Skip to content

Commit

Permalink
Add AIRTransformOpsIncGen as a dep of AIRConversionPasses (#298)
Browse files Browse the repository at this point in the history
* transformgen

* reformat
  • Loading branch information
makslevental authored Sep 5, 2023
1 parent df95a5a commit c1e8bd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mlir/lib/Conversion/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ add_mlir_library(

DEPENDS
AIRConversionPassIncGen
AIRTransformOpsIncGen
AIRDialect
AIRRtDialect

Expand All @@ -29,4 +30,5 @@ add_mlir_library(
MLIRLinalgUtils
MLIRLinalgTransforms
MLIRSupport
MLIRTransforms)
MLIRTransforms
MLIRPass)

0 comments on commit c1e8bd5

Please sign in to comment.