@@ -1983,6 +1983,8 @@ options! {
1983
1983
on a C toolchain or linker installed in the system") ,
1984
1984
linker: Option <PathBuf > = ( None , parse_opt_pathbuf, [ UNTRACKED ] ,
1985
1985
"system linker to link outputs with" ) ,
1986
+ linker_features: LinkerFeaturesCli = ( LinkerFeaturesCli :: default ( ) , parse_linker_features, [ UNTRACKED ] ,
1987
+ "a comma-separated list of linker features to enable (+) or disable (-): `lld`" ) ,
1986
1988
linker_flavor: Option <LinkerFlavorCli > = ( None , parse_linker_flavor, [ UNTRACKED ] ,
1987
1989
"linker flavor" ) ,
1988
1990
linker_plugin_lto: LinkerPluginLto = ( LinkerPluginLto :: Disabled ,
@@ -2263,8 +2265,6 @@ options! {
2263
2265
"link native libraries in the linker invocation (default: yes)" ) ,
2264
2266
link_only: bool = ( false , parse_bool, [ TRACKED ] ,
2265
2267
"link the `.rlink` file generated by `-Z no-link` (default: no)" ) ,
2266
- linker_features: LinkerFeaturesCli = ( LinkerFeaturesCli :: default ( ) , parse_linker_features, [ UNTRACKED ] ,
2267
- "a comma-separated list of linker features to enable (+) or disable (-): `lld`" ) ,
2268
2268
lint_llvm_ir: bool = ( false , parse_bool, [ TRACKED ] ,
2269
2269
"lint LLVM IR (default: no)" ) ,
2270
2270
lint_mir: bool = ( false , parse_bool, [ UNTRACKED ] ,
0 commit comments