Function rustc_trans::back::link::link_binary [] [src]

pub fn link_binary(sess: &Session,
                   trans: &CrateTranslation,
                   outputs: &OutputFilenames,
                   crate_name: &str)
                   -> Vec<PathBuf>
🔬 This is a nightly-only experimental API. (rustc_private)

Perform the linkage portion of the compilation phase. This will generate all of the requested outputs for this compilation session.