Skip to content

Commit e4f6320

Browse files
committed
[bazel][mlir] Fix invalid quotation mark in BUILD file
1 parent cd9f98d commit e4f6320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3722,7 +3722,7 @@ cc_library(
37223722
":TransformUtils",
37233723
":XeGPUDialect",
37243724
":XeGPUPassIncGen",
3725-
//llvm:Support",
3725+
"//llvm:Support",
37263726
],
37273727
)
37283728

0 commit comments

Comments
 (0)