Skip to content

Commit 8fb7ddf

Browse files
dtzSiFivedtzWill
andauthored
[Tosa] TosaToLinalg: link in Index dialect (#89318)
This is needed now that this depends on it: ee0284e Co-authored-by: Will Dietz <[email protected]>
1 parent 7154a39 commit 8fb7ddf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mlir/lib/Conversion/TosaToLinalg/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ add_mlir_conversion_library(MLIRTosaToLinalg
1515
MLIRArithDialect
1616
MLIRDialectUtils
1717
MLIRIR
18+
MLIRIndexDialect
1819
MLIRLinalgDialect
1920
MLIRLinalgUtils
2021
MLIRMathDialect
2122
MLIRPass
23+
MLIRSupport
2224
MLIRTensorDialect
23-
MLIRTransforms
2425
MLIRTosaDialect
2526
MLIRTosaTransforms
26-
MLIRSupport
27+
MLIRTransforms
2728
)

0 commit comments

Comments
 (0)