Enums§
Functions§
- base πGet the base target options, LLVM target and
target_arch
from the three things that uniquely identify Rustβs Apple targets: The OS, the architecture, and the ABI. - deployment_
target πGet the deployment target based on the standard environment variables, or fall back to a sane default. - Hack for calling
deployment_target
outside of this module. - link_
env_ πremove - llvm_
target πGenerate the target triple that we need to pass to LLVM and/or Clang. - parse_
version πParse an OS version triple (SDK version or deployment target).