about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back/apple
AgeCommit message (Collapse)AuthorLines
2025-04-04refactor: Move Apple OSVersion (back) to rustc_targetMads Marquart-10/+2
Also convert OSVersion into a proper struct for better type-safety.
2025-03-27Emit better error messages when invoking xcrunMads Marquart-1/+67
Also allow the SDK path to be non-UTF-8.
2024-11-01Move versioned LLVM target creation to rustc_codegen_ssaMads Marquart-0/+21
The OS version depends on the deployment target environment variables, the access of which we want to move to later in the compilation pipeline that has access to more information, for example `env_depinfo`.