[all-commits] [llvm/llvm-project] 896af9: [bazel] Fix layering check after 0610e2f

Christian Sigg via All-commits all-commits at lists.llvm.org
Mon May 1 03:46:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 896af9e48da49b4c1f21e14d7e656c765e6bc581
      https://github.com/llvm/llvm-project/commit/896af9e48da49b4c1f21e14d7e656c765e6bc581
  Author: Christian Sigg <csigg at google.com>
  Date:   2023-05-01 (Mon, 01 May 2023)

  Changed paths:
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [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




More information about the All-commits mailing list