Skip to content

Commit

Permalink
Fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jpienaar committed Aug 31, 2023
1 parent 3b5a0b7 commit 98967dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ iree_compiler_cc_library(
"@llvm-project//mlir:ControlFlowDialect",
"@llvm-project//mlir:FuncDialect",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:MathDialect",
"@llvm-project//mlir:MLProgramDialect",
"@llvm-project//mlir:MathDialect",
"@llvm-project//mlir:Pass",
"@llvm-project//mlir:SCFDialect",
"@llvm-project//mlir:ShapeDialect",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ iree_cc_library(
MLIRControlFlowDialect
MLIRFuncDialect
MLIRIR
MLIRMathDialect
MLIRMLProgramDialect
MLIRMathDialect
MLIRPass
MLIRSCFDialect
MLIRShapeDialect
Expand Down

0 comments on commit 98967dc

Please sign in to comment.