Closed
Description
rustc-1.81.0-src/x.py --help prints
--llvm-skip-rebuild <VALUE>
whether rebuilding llvm should be skipped, overriding `skip-rebuld` in config.toml
[possible values: true, false]
This suggests, that config.example.toml has a skip-rebuild parameter. But it does not.
#71119 suggests to skip rebuilding LLVM by calling ./configure --llvm-root=<path>
.
- Either reword the above output, or add
skip-rebuild
in config,example.toml.
Metadata
Metadata
Assignees
Labels
Area: Documentation for any part of the project, including the compiler, standard library, and toolsCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Help is requested to fix this issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)