Function rustc_codegen_ssa::back::link::exec_linker

source ·
fn exec_linker(
    sess: &Session,
    cmd: &Command,
    out_filename: &Path,
    flavor: LinkerFlavor,
    tmpdir: &Path
) -> Result<Output>