fn add_late_link_args(
    cmd: &mut dyn Linker,
    sess: &Session,
    flavor: LinkerFlavor,
    crate_type: CrateType,
    codegen_results: &CodegenResults
)
Expand description

Add arbitrary “late link” args defined by the target spec. FIXME: Determine where exactly these args need to be inserted.