@@ -1994,6 +1994,8 @@ options! {
1994
1994
on a C toolchain or linker installed in the system") ,
1995
1995
linker: Option <PathBuf > = ( None , parse_opt_pathbuf, [ UNTRACKED ] ,
1996
1996
"system linker to link outputs with" ) ,
1997
+ linker_features: LinkerFeaturesCli = ( LinkerFeaturesCli :: default ( ) , parse_linker_features, [ UNTRACKED ] ,
1998
+ "a comma-separated list of linker features to enable (+) or disable (-): `lld`" ) ,
1997
1999
linker_flavor: Option <LinkerFlavorCli > = ( None , parse_linker_flavor, [ UNTRACKED ] ,
1998
2000
"linker flavor" ) ,
1999
2001
linker_plugin_lto: LinkerPluginLto = ( LinkerPluginLto :: Disabled ,
@@ -2282,8 +2284,6 @@ options! {
2282
2284
"link native libraries in the linker invocation (default: yes)" ) ,
2283
2285
link_only: bool = ( false , parse_bool, [ TRACKED ] ,
2284
2286
"link the `.rlink` file generated by `-Z no-link` (default: no)" ) ,
2285
- linker_features: LinkerFeaturesCli = ( LinkerFeaturesCli :: default ( ) , parse_linker_features, [ UNTRACKED ] ,
2286
- "a comma-separated list of linker features to enable (+) or disable (-): `lld`" ) ,
2287
2287
lint_llvm_ir: bool = ( false , parse_bool, [ TRACKED ] ,
2288
2288
"lint LLVM IR (default: no)" ) ,
2289
2289
lint_mir: bool = ( false , parse_bool, [ UNTRACKED ] ,
0 commit comments