Skip to content

Commit 7c87875

Browse files
authored
[mlir][bazel] Fix build after acaff70
1 parent 36b6f77 commit 7c87875

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
@@ -1451,7 +1451,7 @@ filegroup(
14511451

14521452
filegroup(
14531453
name = "TransformExtrasPackagePyFiles",
1454-
srcs = glob(["mlir/extras/dialects/transform/*.py"]),
1454+
srcs = glob(["mlir/dialects/transform/extras/*.py"]),
14551455
)
14561456

14571457
##---------------------------------------------------------------------------##

0 commit comments

Comments
 (0)