Skip to content

Commit 1b836fc

Browse files
rupprechtrorth
authored andcommitted
[bazel] Port llvm#135636 (llvm#143109)
Commit 44a047c
1 parent 851d7f7 commit 1b836fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2193,6 +2193,7 @@ cc_library(
21932193
hdrs = glob(["include/mlir/Dialect/ArmSVE/Transforms/*.h"]),
21942194
includes = ["include"],
21952195
deps = [
2196+
":ArithDialect",
21962197
":ArmSVEDialect",
21972198
":ArmSVEPassIncGen",
21982199
":DialectUtils",
@@ -2203,6 +2204,7 @@ cc_library(
22032204
":MemRefDialect",
22042205
":Pass",
22052206
":TransformUtils",
2207+
":UBDialect",
22062208
":VectorDialect",
22072209
],
22082210
)
@@ -10816,6 +10818,7 @@ cc_library(
1081610818
":ArithDialect",
1081710819
":ArithUtils",
1081810820
":ArmNeonDialect",
10821+
":ArmNeonTransforms",
1081910822
":ArmSVEDialect",
1082010823
":ArmSVETransforms",
1082110824
":ConversionPassIncGen",

0 commit comments

Comments
 (0)