Function cc2ar

Source
fn cc2ar(
    cc: &Path,
    target: TargetSelection,
    default_ar: PathBuf,
) -> Option<PathBuf>
Expand description

FIXME(onur-ozkan): This logic should be replaced by calling into the cc crate.