]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-Simulacrum
authorMatthias Krüger <matthias.krueger@famsik.de>
Thu, 1 Sep 2022 19:37:09 +0000 (21:37 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Sep 2022 19:37:09 +0000 (21:37 +0200)
commit1c0561aca6a044dc56038d171ce8610ceec6ccb2
tree0d68df0068f975672b482f5561e7084a370076b1
parentb05f97d5941bed7d564933716a4f4af8db1c901c
parent73958fdf14d965eac2148991af99f0e0ad0c97ad
Rollup merge of #101072 - tmandry:llvm-is-vanilla, r=Mark-Simulacrum

bootstrap: Add llvm-has-rust-patches target option

This is so you can check out an upstream commit in src/llvm-project and
have everything just work.

This simplifies the logic in `is_rust_llvm` a bit; it doesn't need to
check for download-ci-llvm because we would have already errored if both
that and llvm-config were specified on the host platform.
.gitignore
config.toml.example
src/bootstrap/config.rs
src/bootstrap/lib.rs