Function rustc_codegen_ssa::back::linker::link_or_cc_args
source ยท fn link_or_cc_args<L: Linker + ?Sized>(
l: &mut L,
args: impl IntoIterator<Item: AsRef<OsStr>>,
) -> &mut L
Expand description
Arguments supported by both underlying linker and cc wrapper, pass verbatim.