Function rustc_trans::back::link::link_binary
[−]
[src]
pub fn link_binary(sess: &Session, trans: &CrateTranslation, outputs: &OutputFilenames, crate_name: &str) -> Vec<PathBuf>
Unstable (
rustc_private
)Perform the linkage portion of the compilation phase. This will generate all of the requested outputs for this compilation session.