rustc_codegen_ssa::back::archive

Function create_mingw_dll_import_lib

Source
fn create_mingw_dll_import_lib(
    sess: &Session,
    lib_name: &str,
    items: Vec<ImportLibraryItem>,
    output_path: &Path,
)