Skip to content

Commit 43d71ba

Browse files
committed
[mlir][bazel] Fix build after @11468c3, @f0134e6.
- llvm@11468c3 - llvm@f0134e6
1 parent 36d304d commit 43d71ba

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8963,6 +8963,7 @@ cc_library(
89638963
":LLVMDialect",
89648964
":MathDialect",
89658965
":Pass",
8966+
"//llvm:Support",
89668967
],
89678968
)
89688969

@@ -12243,7 +12244,7 @@ gentbl_cc_library(
1224312244
)
1224412245

1224512246
gentbl_cc_library(
12246-
name = "MLIRTosaEnumsIncGen",
12247+
name = "TosaEnumsIncGen",
1224712248
tbl_outs = [
1224812249
(
1224912250
["-gen-enum-decls"],
@@ -12256,10 +12257,11 @@ gentbl_cc_library(
1225612257
],
1225712258
tblgen = ":mlir-tblgen",
1225812259
td_file = "include/mlir/Dialect/Tosa/IR/TosaOpBase.td",
12260+
deps = [":TosaDialectTdFiles"],
1225912261
)
1226012262

1226112263
gentbl_cc_library(
12262-
name = "MLIRTosaAvailabilityIncGen",
12264+
name = "TosaAvailabilityIncGen",
1226312265
tbl_outs = [
1226412266
(
1226512267
["-gen-avail-interface-decls"],
@@ -12276,6 +12278,7 @@ gentbl_cc_library(
1227612278
],
1227712279
tblgen = ":mlir-tblgen",
1227812280
td_file = "include/mlir/Dialect/Tosa/IR/TosaOps.td",
12281+
deps = [":TosaDialectTdFiles"],
1227912282
)
1228012283

1228112284
gentbl_cc_library(
@@ -12377,8 +12380,10 @@ cc_library(
1237712380
":SideEffectInterfaces",
1237812381
":Support",
1237912382
":TensorDialect",
12383+
":TosaAvailabilityIncGen",
1238012384
":TosaDialectBytecodeGen",
1238112385
":TosaDialectIncGen",
12386+
":TosaEnumsIncGen",
1238212387
":TosaInterfacesIncGen",
1238312388
":TosaPassIncGen",
1238412389
":TransformUtils",

0 commit comments

Comments
 (0)