rustc_target::spec::base::apple

Function unversioned_llvm_target

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

Generate part of the LLVM target triple.

See rustc_codegen_ssa::back::versioned_llvm_target for the full triple passed to LLVM and Clang.