Function rustc_target::spec::add_link_args_iter
source · fn add_link_args_iter(
link_args: &mut LinkArgs,
flavor: LinkerFlavor,
args: impl Iterator<Item = Cow<'static, str>> + Clone
)
Expand description
Add arguments for the given flavor and also for its “twin” flavors that have a compatible command line interface.