Skip to content

Commit 33e2151

Browse files
authored
Fix bazel build issue I introduced in #166918 (#166921)
1 parent 69dbf37 commit 33e2151

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,9 +1638,9 @@ gentbl_filegroup(
16381638
"-bind-dialect=transform",
16391639
"-dialect-extension=xegpu_transform",
16401640
]},
1641-
tblgen = "//third_party/llvm/llvm-project/mlir:mlir-tblgen",
1641+
tblgen = "//mlir:mlir-tblgen",
16421642
td_file = "mlir/dialects/XeGPUTransformOps.td",
16431643
deps = [
1644-
"//third_party/llvm/llvm-project/mlir:XeGPUTransformOpsTdFiles",
1644+
"//mlir:XeGPUTransformOpsTdFiles",
16451645
],
16461646
)

0 commit comments

Comments
 (0)