Skip to content

Commit 2bf84d5

Browse files
committed
[bazel] Fix dependency path
1 parent 3bf19f7 commit 2bf84d5

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
@@ -7902,7 +7902,7 @@ cc_library(
79027902
":TransformPDLExtension",
79037903
":Transforms",
79047904
":TransformsPassIncGen",
7905-
":UBDialect",
7905+
":UBDialect",
79067906
":VectorDialect",
79077907
":VectorToLLVM",
79087908
":VectorToSCF",
@@ -12003,6 +12003,6 @@ cc_library(
1200312003
":SideEffectInterfaces",
1200412004
":UBOpsIncGen",
1200512005
":UBOpsInterfacesIncGen",
12006-
"//third_party/llvm/llvm-project/llvm:Support",
12006+
"//llvm:Support",
1200712007
],
1200812008
)

0 commit comments

Comments
 (0)