Skip to content

Commit 52a88d3

Browse files
committed
[mlir] fix llvm:support dependency error
1 parent 51bc8cd commit 52a88d3

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
@@ -6617,7 +6617,7 @@ cc_library(
66176617
":PolynomialAttributesIncGen",
66186618
":PolynomialIncGen",
66196619
":Support",
6620-
"//third_party/llvm/llvm-project/llvm:Support",
6620+
"//llvm:Support",
66216621
],
66226622
)
66236623

0 commit comments

Comments
 (0)