Skip to content

Commit 4396459

Browse files
committed
[bazel][mlir] Add missing dep for X86Vector
Follow up after llvm#133692
1 parent 2c31403 commit 4396459

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,10 @@ gentbl_cc_library(
22372237

22382238
td_library(
22392239
name = "X86VectorTdFiles",
2240-
srcs = ["include/mlir/Dialect/X86Vector/X86Vector.td"],
2240+
srcs = [
2241+
"include/mlir/Dialect/X86Vector/X86Vector.td",
2242+
"include/mlir/Dialect/X86Vector/X86VectorInterfaces.td",
2243+
],
22412244
includes = ["include"],
22422245
deps = [
22432246
":InferTypeOpInterfaceTdFiles",

0 commit comments

Comments
 (0)