[all-commits] [llvm/llvm-project] 5bba17: [bazel] fix layering check to run bazel with 16.x

Mikhail Goncharov via All-commits all-commits at lists.llvm.org
Tue Jul 18 13:13:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5bba1763663b29cacdae253825b5955a014ef022
      https://github.com/llvm/llvm-project/commit/5bba1763663b29cacdae253825b5955a014ef022
  Author: Mikhail Goncharov <goncharov.mikhail at gmail.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

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

  Log Message:
  -----------
  [bazel] fix layering check to run bazel with 16.x

Preparation to update bazel builder to use LLVM 16 release
where layering check was enabled https://reviews.llvm.org/D132779

Current setup missed some backsliding in layering check as it has
only on for projects with the check enforced.

Disabled it completely for libc and fixed for DWARFLinkerParallel.
It would be great to re-enable it for libc later.




More information about the All-commits mailing list