Skip to content

Commit 1c9f999

Browse files
author
Matthew Healy
committed
Add llvm-skip-rebuild to opts
1 parent c404ce6 commit 1c9f999

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/bootstrap/flags.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`",
150150
"VALUE",
151151
);
152152
opts.optopt("", "error-format", "rustc error format", "FORMAT");
153+
opts.optopt(
154+
"",
155+
"llvm-skip-rebuild",
156+
"whether rebuilding llvm should be skipped \
157+
a VALUE of TRUE indicates that llvm will not be rebuilt \
158+
VALUE overrides the skip-rebuild option in config.toml.",
159+
"VALUE",
160+
);
153161

154162
// fn usage()
155163
let usage =

0 commit comments

Comments
 (0)