rustc_codegen_ssa::back::linker

Function verbatim_args

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

Just pass the arguments to the linker as is. It is assumed that they are correctly prepared in advance.