rustc_target::spec::base::apple

Function base

Source
pub(crate) fn base(
    os: &'static str,
    arch: Arch,
    abi: TargetAbi,
) -> (TargetOptions, Cow<'static, str>, Cow<'static, str>)
Expand description

Get the base target options, unversioned LLVM target and target_arch from the three things that uniquely identify Rust’s Apple targets: The OS, the architecture, and the ABI.