Skip to content

Commit ea88dd8

Browse files
committed
[MLIR] Fix MLIR build - add missing CMake dependency
This will fix a failure when using a linker sensitive to the order in which libraries are passed. Differential Revision: https://reviews.llvm.org/D78303
1 parent 2d6b9db commit ea88dd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/Affine/Utils/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ add_mlir_dialect_library(MLIRAffineUtils
88
target_link_libraries(MLIRAffineUtils
99
PUBLIC
1010
MLIRAffine
11+
MLIRTransformUtils
1112
)

0 commit comments

Comments
 (0)