Skip to content

Commit

Permalink
[bazel] Fix mlir build (llvm#110293)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored Sep 27, 2024
1 parent 491375c commit 9c7c63c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10663,8 +10663,8 @@ cc_library(
td_library(
name = "QuantizationOpsTdFiles",
srcs = [
"include/mlir/Dialect/Quant/IR/QuantOps.td",
"include/mlir/Dialect/Quant/IR/QuantBase.td",
"include/mlir/Dialect/Quant/IR/QuantOps.td",
],
includes = ["include"],
deps = [
Expand Down Expand Up @@ -13164,6 +13164,7 @@ cc_library(
includes = ["include"],
deps = [
":ArithDialect",
":ArithUtils",
":DialectUtils",
":IR",
":MathDialect",
Expand Down

0 comments on commit 9c7c63c

Please sign in to comment.