Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #157836 - folkertdev:rebuild-llvm-on-bootstrap-change, r=Kobzol
rebuild LLVM when `bootstrap.toml` config changes
When using a local build of LLVM, previously changes in `bootstrap.toml` would not trigger an LLVM rebuild (e.g. when adding an additional target, or enabling `assertions`). Create a cache key based on the config, and incorporate it into the hash that is used to decide when to rebuild.
r? Kobzol