Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since the Apple devkits are all presumably returned to Apple at this point, it doesn't make sense to continue to build for the earlier a12 model, we should just build for the M1 explicitly. LLVM supports `-mcpu=apple-m1` since LLVM 13.0.0-rc1 [0]. Clang 13 (ships with Xcode 13) understands this, so it's a safe bet that this can be used with the C compiler that is generating this code as well. [0] llvm/llvm-project@a8a3a43
- Loading branch information