Skip to content

Commit 71bcef0

Browse files
committed
[bazel] Add VectorDialect build dep
Added in c0345b4
1 parent 78f0991 commit 71bcef0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5461,6 +5461,7 @@ cc_library(
54615461
":Pass",
54625462
":SPIRVDialect",
54635463
":Support",
5464+
":VectorDialect",
54645465
"//llvm:Support",
54655466
],
54665467
)
@@ -9361,7 +9362,7 @@ cc_binary(
93619362
":MlirJitRunner",
93629363
":Pass",
93639364
":ReconcileUnrealizedCasts",
9364-
":SCFDialect",
9365+
":SCFDialect",
93659366
":SPIRVDialect",
93669367
":SPIRVTransforms",
93679368
":ToLLVMIRTranslation",

0 commit comments

Comments
 (0)