[PATCH] D134658: Fix -mcpu=native on non-macos Apple platforms

Ahmed Bougacha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 13:35:49 PDT 2022


ab added a comment.

In D134658#3815804 <https://reviews.llvm.org/D134658#3815804>, @jroelofs wrote:

> In D134658#3815787 <https://reviews.llvm.org/D134658#3815787>, @tschuett wrote:
>
>> Apple revealed:
>>
>>   #define CPUFAMILY_ARM_BLIZZARD_AVALANCHE 0xda33d83d
>
> link?
>
> I didn't see it in https://opensource.apple.com/source/xnu/xnu-7195.81.3/osfmk/mach/machine.h.auto.html

Note that the `/source` pages have been replaced by github repos <https://github.com/apple-oss-distributions/xnu/blob/main/osfmk/mach/machine.h> (linked from the open-source portal <https://opensource.apple.com/releases/>.)
Either way, the latest xnu there still doesn't list newer CPUs that already shipped.  But that's fine, we can update when the next version is out.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134658



More information about the llvm-commits mailing list