[bazel] Fix layering check after 0610e2f
authorChristian Sigg <csigg@google.com>
Mon, 1 May 2023 10:04:32 +0000 (12:04 +0200)
committerChristian Sigg <csigg@google.com>
Mon, 1 May 2023 10:46:39 +0000 (12:46 +0200)
commit896af9e48da49b4c1f21e14d7e656c765e6bc581
tree24153f073ed39cff8106d662c28b2212b4b57659
parent5e74a3dc2da879d98204f2360e2e33571b93b91b
[bazel] Fix layering check after 0610e2f

`BytecodeWriter.h` is now included in `IR.h`, and the corresponding dependency should be moved to `header_deps`. This change fixes Google's internal build, which seems to have a stricter layering check than bazel's, but it's still the right thing to do.

Differential Revision: https://reviews.llvm.org/D149576
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel