[PATCH] D152491: Fix bazel build --incompatible_no_implicit_file_export

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 15:59:31 PDT 2023


GMNGeoffrey added a comment.

In D152491#4419315 <https://reviews.llvm.org/D152491#4419315>, @aeubanks wrote:

> yeah in the bazelrc is good (not sure if these incompatible flags are present in all supported bazel versions though?)

The flag was added in https://github.com/bazelbuild/bazel/commit/2bb1bf9422ba22d0e1ab15363664339f022b29a1, which was in Bazel 1.2. We definitely don't support things older than that (I'd guess we probably don't even support Bazel 4 or even 5 at this point given https://github.com/llvm/llvm-project/blob/main/utils/bazel/.bazelversion has 6.1)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152491/new/

https://reviews.llvm.org/D152491



More information about the llvm-commits mailing list