Use apple-m1 as target CPU for aarch64-apple-darwin.
This commit is contained in:
parent
1767585509
commit
0f90aed45f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use crate::spec::{FramePointer, SanitizerSet, Target, TargetOptions};
|
|||
pub fn target() -> Target {
|
||||
let arch = Arch::Arm64;
|
||||
let mut base = opts("macos", arch);
|
||||
base.cpu = "apple-a14".into();
|
||||
base.cpu = "apple-m1".into();
|
||||
base.max_atomic_width = Some(128);
|
||||
|
||||
// FIXME: The leak sanitizer currently fails the tests, see #88132.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue