Enums§
- Arch 🔒
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. - Generate the target triple that we need to pass to LLVM and/or Clang.
- Parse an OS version triple (SDK version or deployment target).