rustc_codegen_ssa::back::archive

Function try_extract_macho_fat_archive

Source
pub fn try_extract_macho_fat_archive(
    sess: &Session,
    archive_path: &Path,
) -> Result<Option<PathBuf>>