Skip to content

Commit 802cdf9

Browse files
[mlir:x86vector:transform] Fix bazel build (again) after #168074.
This is a second attempt to fix the bazel build (after the first in #169294, which was accidentally merged before CI passed). In the first attempt, not all bazel dependencies had been added; this PR should add them all and make CI pass. Signed-off-by: Ingo Müller <[email protected]>
1 parent d44d329 commit 802cdf9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2610,8 +2610,14 @@ cc_library(
26102610
hdrs = glob(["include/mlir/Dialect/X86Vector/TransformOps/*.h"]),
26112611
includes = ["include"],
26122612
deps = [
2613+
":IR",
2614+
":LLVMCommonConversion",
2615+
":LLVMDialect",
2616+
":RegionKindInterface",
26132617
":TransformDialect",
2618+
":TransformDialectInterfaces",
26142619
":VectorDialect",
2620+
":X86VectorDialect",
26152621
":X86VectorTransformOpsIncGen",
26162622
":X86VectorTransforms",
26172623
],
@@ -2628,6 +2634,9 @@ cc_library(
26282634
":LLVMCommonConversion",
26292635
":LLVMDialect",
26302636
":LinalgDialect",
2637+
":LinalgInterfaces",
2638+
":Pass",
2639+
":TransformUtils",
26312640
":VectorDialect",
26322641
":VectorUtils",
26332642
":X86VectorDialect",

0 commit comments

Comments
 (0)