diff options
| author | Jan-Erik Rediger <janerik@fnordig.de> | 2021-02-14 16:33:03 +0100 |
|---|---|---|
| committer | Ricky (deg4uss3r) <ricky@hosfelt.io> | 2021-02-20 16:45:00 -0500 |
| commit | 8d6ad11ab2490e95e6cf6daa18c2684e7382bb22 (patch) | |
| tree | 86236b5eb45504eabf771577d6c5602528a13ba8 /src/doc/rustc | |
| parent | f10fbbbd534e459f98a3337d1f0bf2b23d607906 (diff) | |
| download | rust-8d6ad11ab2490e95e6cf6daa18c2684e7382bb22.tar.gz rust-8d6ad11ab2490e95e6cf6daa18c2684e7382bb22.zip | |
iOS simulator: pick the target based on the environment variable
LLVM picks the right things to put into the compiled object file based on the target deployment version. We need to communicate it through the target triple. Only with that LLVM will use the right commands in the file to make it look and behave like code compiled for the arm64 iOS simulator target.
Diffstat (limited to 'src/doc/rustc')
| -rw-r--r-- | src/doc/rustc/src/platform-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support.md b/src/doc/rustc/src/platform-support.md index 641650b5b09..ef8fe480fc4 100644 --- a/src/doc/rustc/src/platform-support.md +++ b/src/doc/rustc/src/platform-support.md @@ -153,7 +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-ios-sim` | ? | | Apple iOS Simulator on ARM64 `aarch64-apple-tvos` | * | | ARM64 tvOS `aarch64-unknown-freebsd` | ✓ | ✓ | ARM64 FreeBSD `aarch64-unknown-hermit` | ? | | |
