[all-commits] [llvm/llvm-project] 33e171: [Bazel] Add support for targeting macOS arm64
Dan Foreman-Mackey via All-commits
all-commits at lists.llvm.org
Tue Sep 21 12:24:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33e1713a00a5291e5de658d0eb0aebdbf1d3aa03
https://github.com/llvm/llvm-project/commit/33e1713a00a5291e5de658d0eb0aebdbf1d3aa03
Author: Dan F-M <foreman.mackey at gmail.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M utils/bazel/llvm-project-overlay/llvm/config.bzl
Log Message:
-----------
[Bazel] Add support for targeting macOS arm64
In attempting to build JAX on Apple Silicon, we discovered an issue with
the bazel configuration in llvm-project-overlay. This patch fixes the
logic, at least when building JAX. More context is included on the
following GitHub issue: https://github.com/google/jax/issues/5501
Differential Revision: https://reviews.llvm.org/D109839
More information about the All-commits
mailing list