Skip to content

Commit ab8d995

Browse files
authored
[mlir][bazel] Fix after llvm#127544
1 parent 6e53270 commit ab8d995

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
@@ -11560,7 +11560,7 @@ cc_library(
1156011560
":Support",
1156111561
":TilingInterface",
1156211562
":ViewLikeInterface",
11563-
"//third_party/llvm/llvm-project/llvm:Support",
11563+
"//llvm:Support",
1156411564
],
1156511565
)
1156611566

0 commit comments

Comments
 (0)