Skip to content

Commit ac2a281

Browse files
authored
Fix BUILD.bazel error (#110172)
1 parent 324bdd6 commit ac2a281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10748,7 +10748,7 @@ cc_library(
1074810748
":QuantOpsIncGen",
1074910749
":SideEffectInterfaces",
1075010750
":Support",
10751-
"//third_party/llvm/llvm-project/llvm:Support",
10751+
"//llvm:Support",
1075210752
],
1075310753
)
1075410754

@@ -14602,6 +14602,6 @@ cc_library(
1460214602
":ShapeDialect",
1460314603
":TensorDialect",
1460414604
":TransformUtils",
14605-
"//third_party/llvm/llvm-project/llvm:Support",
14605+
"//llvm:Support",
1460614606
],
1460714607
)

0 commit comments

Comments
 (0)