Skip to content

Commit 6b0ed49

Browse files
committed
[mlir] Fix missing cmake dependency causing non-deterministic build failure (NFC)
Fixes #74611
1 parent 03edfe6 commit 6b0ed49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/python/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ declare_mlir_dialect_python_bindings(
335335
TD_FILE dialects/OpenMPOps.td
336336
SOURCES
337337
dialects/openmp.py
338-
DIALECT_NAME omp)
338+
DIALECT_NAME omp
339+
DEPENDS omp_common_td)
339340

340341
declare_mlir_dialect_python_bindings(
341342
ADD_TO_PARENT MLIRPythonSources.Dialects

0 commit comments

Comments
 (0)