]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #90478 - rusticstuff:apple-a14, r=wesleywiser
authorbors <bors@rust-lang.org>
Wed, 3 Nov 2021 08:44:38 +0000 (08:44 +0000)
committerbors <bors@rust-lang.org>
Wed, 3 Nov 2021 08:44:38 +0000 (08:44 +0000)
commit3831aaa13c740e20a97c5aa4b8c760da30bff726
tree22a0ef3121aa027805ddb0d81d32b7c23eeb7faa
parent87ec5680c982e665e028cbec9219d7849a9535da
parent37476287bf099a8f8a21342fb5f371379b523cef
Auto merge of #90478 - rusticstuff:apple-a14, r=wesleywiser

Use apple-a14 as target CPU for aarch64-apple-darwin

After updating the minimum required LLVM version to 12 (#90175) we can use `apple-a14` as target CPU, because that CPU is similar in features to the Apple M1 (see [LLVM 13 source](https://github.com/llvm/llvm-project/blob/b8016b626ec7095c7d57ebfffb2135dc5c3077b8/llvm/lib/Target/AArch64/AArch64.td#L1127)). Once the minimum required LLVM version is updated to 13 we can use `apple-m1` here.