Skip to content

Commit e3821e4

Browse files
committed
[bazel] typo fix for f054901 [mlir][bufferization][transform][python] Add enums to bindings & mixins
1 parent 707359e commit e3821e4

File tree

1 file changed

+1
-1
lines changed
  • utils/bazel/llvm-project-overlay/mlir/python

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ gentbl_filegroup(
780780
"-gen-python-enum-bindings",
781781
"-bind-dialect=transform",
782782
],
783-
"mlir/dialects/_bufferization_transform_enums_gen.py",
783+
"mlir/dialects/_bufferization_transform_enum_gen.py",
784784
),
785785
(
786786
[

0 commit comments

Comments
 (0)