Function rustc_codegen_ssa::back::link::link_binary [−][src]
pub fn link_binary<'a, B: ArchiveBuilder<'a>>(
sess: &'a Session,
codegen_results: &CodegenResults,
outputs: &OutputFilenames
) -> Result<(), ErrorReported>
Expand description
Performs the linkage portion of the compilation phase. This will generate all of the requested outputs for this compilation session.