pub fn versioned_llvm_target(sess: &Session) -> Cow<'_, str>
Expand description
The target triple depends on the deployment target, and is required to enable features such as cross-language LTO, and for picking the right Mach-O commands.
Certain optimizations also depend on the deployment target.