Skip to content

Commit ad9630d

Browse files
authored
Fix bazel build for QuantDialectBytecodeGen (caused by #120172) (#132716)
1 parent 66f957f commit ad9630d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -11089,6 +11089,7 @@ gentbl_cc_library(
1108911089
td_file = "include/mlir/Dialect/Quant/IR/QuantDialectBytecode.td",
1109011090
deps = [
1109111091
":BytecodeTdFiles",
11092+
":BuiltinDialectBytecodeTdFiles",
1109211093
],
1109311094
)
1109411095

0 commit comments

Comments
 (0)