Skip to content

Commit a8364c9

Browse files
committed
[mlir] Fix shared builds. NFC
1 parent 9e14320 commit a8364c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Conversion/AffineToStandard/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ add_mlir_conversion_library(MLIRAffineToStandard
1212

1313
LINK_LIBS PUBLIC
1414
MLIRAffineDialect
15+
MLIRAffineTransforms
1516
MLIRAffineUtils
1617
MLIRArithDialect
1718
MLIRIR
1819
MLIRMemRefDialect
19-
MLIRSCFDialect
2020
MLIRPass
21+
MLIRSCFDialect
2122
MLIRTransforms
2223
MLIRVectorDialect
2324
)

0 commit comments

Comments
 (0)