File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,18 @@ The current default deployment target for `rustc` can be retrieved with
3030[ deployment target ] : https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html
3131[ rustc-print ] : ../command-line-arguments.md#option-print
3232
33+ ### Host tooling
34+
35+ The minimum supported OS versions for the host tooling (` rustc ` , ` cargo ` ,
36+ etc.) are currently the same as for applications, namely 10.12 on x86 and 11.0
37+ on ARM64.
38+ The minimum supported Xcode version is 9.2.
39+
40+ Building from source likely requires that you can build LLVM from source too,
41+ which [ currently] [ llvm-os ] requires Xcode 10.0 and macOS 10.13 (for LLVM 19).
42+
43+ [ llvm-os ] : https://releases.llvm.org/19.1.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library
44+
3345### Binary format
3446
3547The default binary format is Mach-O, the executable format used on Apple's
You can’t perform that action at this time.
0 commit comments