Function rustc_codegen_ssa::back::linker::cc_args
source · fn cc_args<L: Linker + ?Sized>(
l: &mut L,
args: impl IntoIterator<Item: AsRef<OsStr>>,
) -> &mut L
Expand description
Arguments for the cc wrapper specifically. Check that it’s indeed a cc wrapper and pass verbatim.