rust/compiler/rustc_codegen_ssa
Mads Marquart 1cc44bfd22 Pass Apple SDK root to compiler driver via SDKROOT env var
This is more in-line with what Apple's tooling expects, and allows us to
better support custom compiler drivers (such as certain Homebrew and
Nixpkgs compilers) that prefer their own `-isysroot` flag.

Effectively, we now invoke the compiler driver as-if it was invoked as
`xcrun -sdk $sdk_name $tool`.
2025-08-11 22:29:00 +02:00
..
2025-07-31 14:19:27 +02:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.