diff options
| author | Chenguang Wang <w3cing@gmail.com> | 2025-11-06 22:31:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-06 22:31:43 -0800 |
| commit | a7bf45a914f6e0d85d678aa5eb1864b35c0198e4 (patch) | |
| tree | 2f5158931186ffba741a03c3b7980b0f54d5e0c9 /utils/bazel | |
| parent | 77b9301ad9043af854b93a9184962324389b8643 (diff) | |
[bazel] Add missing deps for AlignmentAttrInterface.h (#166899)
Commit 4a7d3df added `#include "AlignmentAttrInterface.h"` in three
places: MemRef.h, SPIRVOps.h, and VectorOps.h; my previous bazel fix
7e9db96 only covered MemRef.h, but not the other two.
Diffstat (limited to 'utils/bazel')
| -rw-r--r-- | utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 3a802311688b..3b1ef64ab050 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -4905,6 +4905,7 @@ cc_library( includes = ["include"], deps = [ ":AffineDialect", + ":AlignmentAttrInterface", ":Analysis", ":ArithDialect", ":ArithUtils", @@ -6979,6 +6980,7 @@ cc_library( ]), includes = ["include"], deps = [ + ":AlignmentAttrInterface", ":BytecodeOpInterface", ":CallOpInterfaces", ":CommonFolders", |
