rustc_codegen_ssa::back::apple

Function minimum_deployment_target

Source
fn minimum_deployment_target(target: &Target) -> (u16, u8, u8)
Expand description

The deployment target for the given target.

This is similar to os_minimum_deployment_target, except that on certain targets it makes sense to raise the minimum OS version.

This matches what LLVM does, see in part: https://github.com/llvm/llvm-project/blob/llvmorg-18.1.8/llvm/lib/TargetParser/Triple.cpp#L1900-L1932