Skip to content

Commit 1a9718e

Browse files
chsigggithub-actions[bot]
authored andcommitted
Automerge: [mlir][bazel] Fix after llvm/llvm-project#127544
2 parents 81f2636 + ab8d995 commit 1a9718e

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)