Skip to content

Commit 9c7c63c

Browse files
authored
[bazel] Fix mlir build (#110293)
1 parent 491375c commit 9c7c63c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10663,8 +10663,8 @@ cc_library(
1066310663
td_library(
1066410664
name = "QuantizationOpsTdFiles",
1066510665
srcs = [
10666-
"include/mlir/Dialect/Quant/IR/QuantOps.td",
1066710666
"include/mlir/Dialect/Quant/IR/QuantBase.td",
10667+
"include/mlir/Dialect/Quant/IR/QuantOps.td",
1066810668
],
1066910669
includes = ["include"],
1067010670
deps = [
@@ -13164,6 +13164,7 @@ cc_library(
1316413164
includes = ["include"],
1316513165
deps = [
1316613166
":ArithDialect",
13167+
":ArithUtils",
1316713168
":DialectUtils",
1316813169
":IR",
1316913170
":MathDialect",

0 commit comments

Comments
 (0)