diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2021-02-21 15:26:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-21 15:26:42 +0900 |
| commit | 882fd69b224c0e0207755febf2d31e81e58861ca (patch) | |
| tree | 205be5681ad71b28d542dc29d7d43fca8f8b8ac0 /src | |
| parent | 4c1f195e0b5de82d40da8a1bd6bbbe049d586c6b (diff) | |
| parent | 8d6ad11ab2490e95e6cf6daa18c2684e7382bb22 (diff) | |
| download | rust-882fd69b224c0e0207755febf2d31e81e58861ca.tar.gz rust-882fd69b224c0e0207755febf2d31e81e58861ca.zip | |
Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmaster
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`
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 8198dbaa527..d21cf334442 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -153,6 +153,7 @@ not available. target | std | host | notes -------|-----|------|------- `aarch64-apple-ios-macabi` | ? | | Apple Catalyst on ARM64 +`aarch64-apple-ios-sim` | ? | | Apple iOS Simulator on ARM64 `aarch64-apple-tvos` | * | | ARM64 tvOS `aarch64-unknown-freebsd` | ✓ | ✓ | ARM64 FreeBSD `aarch64-unknown-hermit` | ? | | |
