Skip to content

Commit a7bf45a

Browse files
authored
[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.
1 parent 77b9301 commit a7bf45a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4905,6 +4905,7 @@ cc_library(
49054905
includes = ["include"],
49064906
deps = [
49074907
":AffineDialect",
4908+
":AlignmentAttrInterface",
49084909
":Analysis",
49094910
":ArithDialect",
49104911
":ArithUtils",
@@ -6979,6 +6980,7 @@ cc_library(
69796980
]),
69806981
includes = ["include"],
69816982
deps = [
6983+
":AlignmentAttrInterface",
69826984
":BytecodeOpInterface",
69836985
":CallOpInterfaces",
69846986
":CommonFolders",

0 commit comments

Comments
 (0)