rustc_target::spec::base

Module apple

source

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.
  • 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).