[PATCH] D82428: [clang][driver] allow `-arch arm64` to be used to build for mac when on Apple Silicon Mac without explicit `-target`

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 23 20:31:51 PDT 2020


arphaman added a comment.

In D82428#2110506 <https://reviews.llvm.org/D82428#2110506>, @steven_wu wrote:

> LGTM.
>
> Not sure if it makes more sense to break the patch into two commits:
>
> - config.guess change is for building the correct host triple on apple silicon machine without explicitly specify it.
> - the driver change is for better default on Apple silicon Mac.


That's a good idea, I will do that.


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

https://reviews.llvm.org/D82428





More information about the cfe-commits mailing list