Skip to content

Commit 87cfdc9

Browse files
ingomueller-netaadeshps-mcw
authored andcommitted
[mlir:x86vector:transform] Fix bazel build (again) after llvm#168074. (llvm#169316)
This is a second attempt to fix the bazel build (after the first in llvm#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 289b3a8 commit 87cfdc9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2610,8 +2610,13 @@ cc_library(
26102610
hdrs = glob(["include/mlir/Dialect/X86Vector/TransformOps/*.h"]),
26112611
includes = ["include"],
26122612
deps = [
2613+
":IR",
2614+
":LLVMCommonConversion",
2615+
":LLVMDialect",
26132616
":TransformDialect",
2617+
":TransformDialectInterfaces",
26142618
":VectorDialect",
2619+
":X86VectorDialect",
26152620
":X86VectorTransformOpsIncGen",
26162621
":X86VectorTransforms",
26172622
],
@@ -2628,6 +2633,9 @@ cc_library(
26282633
":LLVMCommonConversion",
26292634
":LLVMDialect",
26302635
":LinalgDialect",
2636+
":LinalgInterfaces",
2637+
":Pass",
2638+
":TransformUtils",
26312639
":VectorDialect",
26322640
":VectorUtils",
26332641
":X86VectorDialect",

0 commit comments

Comments
 (0)