mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
882fd69b22
Add new `rustc` target for Arm64 machines that can target the iphonesimulator This PR lands a new target (`aarch64-apple-ios-sim`) that targets arm64 iphone simulator, previously unreachable from Apple Silicon machines. resolves #81632 r? `@shepmaster`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.