File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1954,6 +1954,7 @@ cc_library(
1954
1954
hdrs = glob (["include/mlir/Dialect/ArmSME/Utils/*.h" ]),
1955
1955
includes = ["include" ],
1956
1956
deps = [
1957
+ ":ArithDialect" ,
1957
1958
":ArmSMEDialect" ,
1958
1959
":Dialect" ,
1959
1960
":IR" ,
@@ -10330,7 +10331,7 @@ gentbl_cc_library(
10330
10331
tblgen = ":mlir-tblgen" ,
10331
10332
td_file = "include/mlir/Dialect/Vector/IR/Vector.td" ,
10332
10333
deps = [
10333
- ":ArithOpsTdFiles" ,
10334
+ ":ArithOpsTdFiles" ,
10334
10335
":VectorOpsTdFiles"
10335
10336
],
10336
10337
)
@@ -10350,7 +10351,7 @@ gentbl_cc_library(
10350
10351
tblgen = ":mlir-tblgen" ,
10351
10352
td_file = "include/mlir/Dialect/Vector/IR/VectorOps.td" ,
10352
10353
deps = [
10353
- ":ArithOpsTdFiles" ,
10354
+ ":ArithOpsTdFiles" ,
10354
10355
":VectorOpsTdFiles"
10355
10356
],
10356
10357
)
@@ -10378,7 +10379,7 @@ gentbl_cc_library(
10378
10379
tblgen = ":mlir-tblgen" ,
10379
10380
td_file = "include/mlir/Dialect/Vector/IR/VectorAttributes.td" ,
10380
10381
deps = [
10381
- ":ArithOpsTdFiles" ,
10382
+ ":ArithOpsTdFiles" ,
10382
10383
":VectorOpsTdFiles"
10383
10384
],
10384
10385
)
You can’t perform that action at this time.
0 commit comments