@@ -1988,6 +1988,8 @@ options! {
1988
1988
on a C toolchain or linker installed in the system") ,
1989
1989
linker: Option <PathBuf > = ( None , parse_opt_pathbuf, [ UNTRACKED ] ,
1990
1990
"system linker to link outputs with" ) ,
1991
+ linker_features: LinkerFeaturesCli = ( LinkerFeaturesCli :: default ( ) , parse_linker_features, [ UNTRACKED ] ,
1992
+ "a comma-separated list of linker features to enable (+) or disable (-): `lld`" ) ,
1991
1993
linker_flavor: Option <LinkerFlavorCli > = ( None , parse_linker_flavor, [ UNTRACKED ] ,
1992
1994
"linker flavor" ) ,
1993
1995
linker_plugin_lto: LinkerPluginLto = ( LinkerPluginLto :: Disabled ,
@@ -2271,8 +2273,6 @@ options! {
2271
2273
"link native libraries in the linker invocation (default: yes)" ) ,
2272
2274
link_only: bool = ( false , parse_bool, [ TRACKED ] ,
2273
2275
"link the `.rlink` file generated by `-Z no-link` (default: no)" ) ,
2274
- linker_features: LinkerFeaturesCli = ( LinkerFeaturesCli :: default ( ) , parse_linker_features, [ UNTRACKED ] ,
2275
- "a comma-separated list of linker features to enable (+) or disable (-): `lld`" ) ,
2276
2276
lint_llvm_ir: bool = ( false , parse_bool, [ TRACKED ] ,
2277
2277
"lint LLVM IR (default: no)" ) ,
2278
2278
lint_mir: bool = ( false , parse_bool, [ UNTRACKED ] ,
0 commit comments