diff options
| author | Jordan Rupprecht <rupprecht@google.com> | 2025-06-26 17:03:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-26 17:03:15 -0500 |
| commit | 4e154ccaf17fb1b69caf06c1a38bb67c8d2541e8 (patch) | |
| tree | e3710c4139942230b7de2ca928e1f631a6dc5aae /utils | |
| parent | 772eb075674b413fe1409cf10c6dc58d560004c5 (diff) | |
[bazel] Add missing deps needed for parse_headers after #145313 (#145978)
For d31ba5256327d30f264c2f671bf197877b242cde
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 2d3c118f1622..97680bd8662c 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -10476,6 +10476,7 @@ cc_library( ":DestinationStyleOpInterface", ":DialectUtils", ":IR", + ":IndexingMapOpInterface", ":InferTypeOpInterface", ":LinalgInterfacesIncGen", ":LinalgStructuredOpsIncGen", |
