Function rustc_codegen_ssa::back::linker::link_args

source ยท
fn link_args<L: Linker + ?Sized>(
    l: &mut L,
    args: impl IntoIterator<Item: AsRef<OsStr>, IntoIter: ExactSizeIterator>,
) -> &mut L
Expand description

Arguments for the underlying linker. Add options to pass them through cc wrapper if Linker is a cc wrapper.