We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ec637 commit 5545a92Copy full SHA for 5545a92
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -6552,6 +6552,7 @@ gentbl_cc_library(
6552
tblgen = ":mlir-tblgen",
6553
td_file = "include/mlir/Dialect/Ptr/IR/PtrOps.td",
6554
deps = [
6555
+ ":InferTypeOpInterfaceTdFiles",
6556
":PtrTdFiles",
6557
],
6558
)
@@ -6584,6 +6585,7 @@ cc_library(
6584
6585
":BytecodeOpInterface",
6586
":DataLayoutInterfaces",
6587
":IR",
6588
+ ":InferTypeOpInterface",
6589
":InliningUtils",
6590
":PtrAttrsIncGen",
6591
":PtrDialectIncGen",
0 commit comments