@@ -27,6 +27,7 @@ complete -c x.py -n "__fish_use_subcommand" -l include-default-paths -d 'include
27
27
complete -c x.py -n " __fish_use_subcommand" -l dry-run -d ' dry run; don\' t build anything'
28
28
complete -c x.py -n " __fish_use_subcommand" -l json-output -d ' use message-format=json'
29
29
complete -c x.py -n " __fish_use_subcommand" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
30
+ complete -c x.py -n " __fish_use_subcommand" -l enable-bolt-settings -d ' Enable BOLT link flags'
30
31
complete -c x.py -n " __fish_use_subcommand" -s h -l help -d ' Print help'
31
32
complete -c x.py -n " __fish_use_subcommand" -f -a " build" -d ' Compile either the compiler or libraries'
32
33
complete -c x.py -n " __fish_use_subcommand" -f -a " check" -d ' Compile either the compiler or libraries, using cargo check'
@@ -71,6 +72,7 @@ complete -c x.py -n "__fish_seen_subcommand_from build" -l include-default-paths
71
72
complete -c x.py -n " __fish_seen_subcommand_from build" -l dry-run -d ' dry run; don\' t build anything'
72
73
complete -c x.py -n " __fish_seen_subcommand_from build" -l json-output -d ' use message-format=json'
73
74
complete -c x.py -n " __fish_seen_subcommand_from build" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
75
+ complete -c x.py -n " __fish_seen_subcommand_from build" -l enable-bolt-settings -d ' Enable BOLT link flags'
74
76
complete -c x.py -n " __fish_seen_subcommand_from build" -s h -l help -d ' Print help (see more with \' --help\' )'
75
77
complete -c x.py -n " __fish_seen_subcommand_from check" -l config -d ' TOML configuration file for build' -r -F
76
78
complete -c x.py -n " __fish_seen_subcommand_from check" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -102,6 +104,7 @@ complete -c x.py -n "__fish_seen_subcommand_from check" -l include-default-paths
102
104
complete -c x.py -n " __fish_seen_subcommand_from check" -l dry-run -d ' dry run; don\' t build anything'
103
105
complete -c x.py -n " __fish_seen_subcommand_from check" -l json-output -d ' use message-format=json'
104
106
complete -c x.py -n " __fish_seen_subcommand_from check" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
107
+ complete -c x.py -n " __fish_seen_subcommand_from check" -l enable-bolt-settings -d ' Enable BOLT link flags'
105
108
complete -c x.py -n " __fish_seen_subcommand_from check" -s h -l help -d ' Print help (see more with \' --help\' )'
106
109
complete -c x.py -n " __fish_seen_subcommand_from clippy" -s A -d ' clippy lints to allow' -r
107
110
complete -c x.py -n " __fish_seen_subcommand_from clippy" -s D -d ' clippy lints to deny' -r
@@ -137,6 +140,7 @@ complete -c x.py -n "__fish_seen_subcommand_from clippy" -l include-default-path
137
140
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l dry-run -d ' dry run; don\' t build anything'
138
141
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l json-output -d ' use message-format=json'
139
142
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
143
+ complete -c x.py -n " __fish_seen_subcommand_from clippy" -l enable-bolt-settings -d ' Enable BOLT link flags'
140
144
complete -c x.py -n " __fish_seen_subcommand_from clippy" -s h -l help -d ' Print help (see more with \' --help\' )'
141
145
complete -c x.py -n " __fish_seen_subcommand_from fix" -l config -d ' TOML configuration file for build' -r -F
142
146
complete -c x.py -n " __fish_seen_subcommand_from fix" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -167,6 +171,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fix" -l include-default-paths -
167
171
complete -c x.py -n " __fish_seen_subcommand_from fix" -l dry-run -d ' dry run; don\' t build anything'
168
172
complete -c x.py -n " __fish_seen_subcommand_from fix" -l json-output -d ' use message-format=json'
169
173
complete -c x.py -n " __fish_seen_subcommand_from fix" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
174
+ complete -c x.py -n " __fish_seen_subcommand_from fix" -l enable-bolt-settings -d ' Enable BOLT link flags'
170
175
complete -c x.py -n " __fish_seen_subcommand_from fix" -s h -l help -d ' Print help (see more with \' --help\' )'
171
176
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l config -d ' TOML configuration file for build' -r -F
172
177
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -198,6 +203,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fmt" -l include-default-paths -
198
203
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l dry-run -d ' dry run; don\' t build anything'
199
204
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l json-output -d ' use message-format=json'
200
205
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
206
+ complete -c x.py -n " __fish_seen_subcommand_from fmt" -l enable-bolt-settings -d ' Enable BOLT link flags'
201
207
complete -c x.py -n " __fish_seen_subcommand_from fmt" -s h -l help -d ' Print help (see more with \' --help\' )'
202
208
complete -c x.py -n " __fish_seen_subcommand_from doc" -l config -d ' TOML configuration file for build' -r -F
203
209
complete -c x.py -n " __fish_seen_subcommand_from doc" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -230,6 +236,7 @@ complete -c x.py -n "__fish_seen_subcommand_from doc" -l include-default-paths -
230
236
complete -c x.py -n " __fish_seen_subcommand_from doc" -l dry-run -d ' dry run; don\' t build anything'
231
237
complete -c x.py -n " __fish_seen_subcommand_from doc" -l json-output -d ' use message-format=json'
232
238
complete -c x.py -n " __fish_seen_subcommand_from doc" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
239
+ complete -c x.py -n " __fish_seen_subcommand_from doc" -l enable-bolt-settings -d ' Enable BOLT link flags'
233
240
complete -c x.py -n " __fish_seen_subcommand_from doc" -s h -l help -d ' Print help (see more with \' --help\' )'
234
241
complete -c x.py -n " __fish_seen_subcommand_from test" -l skip -d ' skips tests matching SUBSTRING, if supported by test tool. May be passed multiple times' -r -F
235
242
complete -c x.py -n " __fish_seen_subcommand_from test" -l test -args -d ' extra arguments to be passed for the test tool being used (e.g. libtest, compiletest or rustdoc)' -r
@@ -273,6 +280,7 @@ complete -c x.py -n "__fish_seen_subcommand_from test" -l include-default-paths
273
280
complete -c x.py -n " __fish_seen_subcommand_from test" -l dry-run -d ' dry run; don\' t build anything'
274
281
complete -c x.py -n " __fish_seen_subcommand_from test" -l json-output -d ' use message-format=json'
275
282
complete -c x.py -n " __fish_seen_subcommand_from test" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
283
+ complete -c x.py -n " __fish_seen_subcommand_from test" -l enable-bolt-settings -d ' Enable BOLT link flags'
276
284
complete -c x.py -n " __fish_seen_subcommand_from test" -s h -l help -d ' Print help (see more with \' --help\' )'
277
285
complete -c x.py -n " __fish_seen_subcommand_from bench" -l test -args -r
278
286
complete -c x.py -n " __fish_seen_subcommand_from bench" -l config -d ' TOML configuration file for build' -r -F
@@ -304,6 +312,7 @@ complete -c x.py -n "__fish_seen_subcommand_from bench" -l include-default-paths
304
312
complete -c x.py -n " __fish_seen_subcommand_from bench" -l dry-run -d ' dry run; don\' t build anything'
305
313
complete -c x.py -n " __fish_seen_subcommand_from bench" -l json-output -d ' use message-format=json'
306
314
complete -c x.py -n " __fish_seen_subcommand_from bench" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
315
+ complete -c x.py -n " __fish_seen_subcommand_from bench" -l enable-bolt-settings -d ' Enable BOLT link flags'
307
316
complete -c x.py -n " __fish_seen_subcommand_from bench" -s h -l help -d ' Print help'
308
317
complete -c x.py -n " __fish_seen_subcommand_from clean" -l stage -d ' Clean a specific stage without touching other artifacts. By default, every stage is cleaned if this option is not used' -r
309
318
complete -c x.py -n " __fish_seen_subcommand_from clean" -l config -d ' TOML configuration file for build' -r -F
@@ -335,6 +344,7 @@ complete -c x.py -n "__fish_seen_subcommand_from clean" -l include-default-paths
335
344
complete -c x.py -n " __fish_seen_subcommand_from clean" -l dry-run -d ' dry run; don\' t build anything'
336
345
complete -c x.py -n " __fish_seen_subcommand_from clean" -l json-output -d ' use message-format=json'
337
346
complete -c x.py -n " __fish_seen_subcommand_from clean" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
347
+ complete -c x.py -n " __fish_seen_subcommand_from clean" -l enable-bolt-settings -d ' Enable BOLT link flags'
338
348
complete -c x.py -n " __fish_seen_subcommand_from clean" -s h -l help -d ' Print help'
339
349
complete -c x.py -n " __fish_seen_subcommand_from dist" -l config -d ' TOML configuration file for build' -r -F
340
350
complete -c x.py -n " __fish_seen_subcommand_from dist" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -365,6 +375,7 @@ complete -c x.py -n "__fish_seen_subcommand_from dist" -l include-default-paths
365
375
complete -c x.py -n " __fish_seen_subcommand_from dist" -l dry-run -d ' dry run; don\' t build anything'
366
376
complete -c x.py -n " __fish_seen_subcommand_from dist" -l json-output -d ' use message-format=json'
367
377
complete -c x.py -n " __fish_seen_subcommand_from dist" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
378
+ complete -c x.py -n " __fish_seen_subcommand_from dist" -l enable-bolt-settings -d ' Enable BOLT link flags'
368
379
complete -c x.py -n " __fish_seen_subcommand_from dist" -s h -l help -d ' Print help'
369
380
complete -c x.py -n " __fish_seen_subcommand_from install" -l config -d ' TOML configuration file for build' -r -F
370
381
complete -c x.py -n " __fish_seen_subcommand_from install" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -395,6 +406,7 @@ complete -c x.py -n "__fish_seen_subcommand_from install" -l include-default-pat
395
406
complete -c x.py -n " __fish_seen_subcommand_from install" -l dry-run -d ' dry run; don\' t build anything'
396
407
complete -c x.py -n " __fish_seen_subcommand_from install" -l json-output -d ' use message-format=json'
397
408
complete -c x.py -n " __fish_seen_subcommand_from install" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
409
+ complete -c x.py -n " __fish_seen_subcommand_from install" -l enable-bolt-settings -d ' Enable BOLT link flags'
398
410
complete -c x.py -n " __fish_seen_subcommand_from install" -s h -l help -d ' Print help'
399
411
complete -c x.py -n " __fish_seen_subcommand_from run" -l args -d ' arguments for the tool' -r
400
412
complete -c x.py -n " __fish_seen_subcommand_from run" -l config -d ' TOML configuration file for build' -r -F
@@ -426,6 +438,7 @@ complete -c x.py -n "__fish_seen_subcommand_from run" -l include-default-paths -
426
438
complete -c x.py -n " __fish_seen_subcommand_from run" -l dry-run -d ' dry run; don\' t build anything'
427
439
complete -c x.py -n " __fish_seen_subcommand_from run" -l json-output -d ' use message-format=json'
428
440
complete -c x.py -n " __fish_seen_subcommand_from run" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
441
+ complete -c x.py -n " __fish_seen_subcommand_from run" -l enable-bolt-settings -d ' Enable BOLT link flags'
429
442
complete -c x.py -n " __fish_seen_subcommand_from run" -s h -l help -d ' Print help (see more with \' --help\' )'
430
443
complete -c x.py -n " __fish_seen_subcommand_from setup" -l config -d ' TOML configuration file for build' -r -F
431
444
complete -c x.py -n " __fish_seen_subcommand_from setup" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -456,6 +469,7 @@ complete -c x.py -n "__fish_seen_subcommand_from setup" -l include-default-paths
456
469
complete -c x.py -n " __fish_seen_subcommand_from setup" -l dry-run -d ' dry run; don\' t build anything'
457
470
complete -c x.py -n " __fish_seen_subcommand_from setup" -l json-output -d ' use message-format=json'
458
471
complete -c x.py -n " __fish_seen_subcommand_from setup" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
472
+ complete -c x.py -n " __fish_seen_subcommand_from setup" -l enable-bolt-settings -d ' Enable BOLT link flags'
459
473
complete -c x.py -n " __fish_seen_subcommand_from setup" -s h -l help -d ' Print help (see more with \' --help\' )'
460
474
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l config -d ' TOML configuration file for build' -r -F
461
475
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -487,4 +501,5 @@ complete -c x.py -n "__fish_seen_subcommand_from suggest" -l include-default-pat
487
501
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l dry-run -d ' dry run; don\' t build anything'
488
502
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l json-output -d ' use message-format=json'
489
503
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
504
+ complete -c x.py -n " __fish_seen_subcommand_from suggest" -l enable-bolt-settings -d ' Enable BOLT link flags'
490
505
complete -c x.py -n " __fish_seen_subcommand_from suggest" -s h -l help -d ' Print help (see more with \' --help\' )'
0 commit comments