config.toml: Allow passing arbitrary configure and build args to LLVM cmake #138027
Labels
A-bootstrap-config
Area: bootstrap `config.toml` and the config system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
LLVM's build system exposes a lot of flags that may be nice to tweak, but we probably don't want to worry about mapping directly in config.toml. It would be helpful to support something like the following:
These would get passed to
build_arg
andconfigure_arg
oncmake::Config
.The text was updated successfully, but these errors were encountered: