]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #76332 - Mark-Simulacrum:bootstrap-llvm, r=pietroalbini
authorbors <bors@rust-lang.org>
Tue, 8 Sep 2020 16:01:26 +0000 (16:01 +0000)
committerbors <bors@rust-lang.org>
Tue, 8 Sep 2020 16:01:26 +0000 (16:01 +0000)
commit5099914a16a215794ad243df0cc7a05d91d168e0
tree3b9831a5336b49aaba3e06a1bb2a1d4bd7f51a07
parent7bc0bf72545f5d6ac6d9639391da875d5e147d9a
parentaa4554f42deec0d81f89251960f6abb5acc2f6e2
Auto merge of #76332 - Mark-Simulacrum:bootstrap-llvm, r=pietroalbini

Add rust-dev component to support rustc development

This is preparatory work for permitting rustc developers to use CI-built LLVM rather than building it locally. Unlike distro-built LLVM, CI built LLVM is essentially guaranteed to behave perfectly for local development -- it is fully up to date, and carries all necessary patches.

This is a separate PR from #76349 because it needs to land before that one, since we want a master build with the full CI LLVM to be available for easier testing.