Function rustc_codegen_ssa::back::link::link_natively[][src]

fn link_natively<'a, B: ArchiveBuilder<'a>>(
    sess: &'a Session,
    crate_type: CrateType,
    out_filename: &Path,
    codegen_results: &CodegenResults,
    tmpdir: &Path
)
Expand description

Create a dynamic library or executable.

This will invoke the system linker/cc to create the resulting file. This links to all upstream files as well.