diff options
| author | Adam Gastineau <adam@agg.im> | 2024-03-19 13:06:10 -0700 |
|---|---|---|
| committer | Adam Gastineau <adam@agg.im> | 2024-03-19 13:06:10 -0700 |
| commit | 572d6cd322e96963e3e056fadc352e4d7471203f (patch) | |
| tree | 847bfb4956ae00fc7a7a0d08ba5f1f8422a25d95 | |
| parent | 4f7ac51372cfcb14454433de52fed6321f5378ca (diff) | |
| download | rust-572d6cd322e96963e3e056fadc352e4d7471203f.tar.gz rust-572d6cd322e96963e3e056fadc352e4d7471203f.zip | |
Added note about LLVM 18 requirement
| -rw-r--r-- | src/doc/rustc/src/platform-support/apple-visionos.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/apple-visionos.md b/src/doc/rustc/src/platform-support/apple-visionos.md index 95d3bdd5c27..24bb94d3cf0 100644 --- a/src/doc/rustc/src/platform-support/apple-visionos.md +++ b/src/doc/rustc/src/platform-support/apple-visionos.md @@ -17,7 +17,7 @@ Apple visionOS targets: ## Requirements These targets are cross-compiled. -To build these targets Xcode 15 or higher on macOS is required. +To build these targets Xcode 15 or higher on macOS is required, along with LLVM 18. ## Building the target |
