Revert "bootstrap: temporarily flip compile::Rustc vs compile::Assemble"

This reverts commit 552c1f5f45.
This commit is contained in:
onur-ozkan 2025-01-03 08:57:58 +03:00
parent c367c62b27
commit be2f75f3b7

View file

@ -854,12 +854,8 @@ impl<'a> Builder<'a> {
match kind {
Kind::Build => describe!(
compile::Std,
// FIXME(#135022): `compile::Assemble` **must** come before `compile::Rustc` after
// `PathSet` also permits prefix-matching, because `compile::Rustc` can consume the
// `"compiler"` path filter first, causing `compile::Assemble` to no longer run when
// the user writes `./x build compiler --stage 0`.
compile::Assemble,
compile::Rustc,
compile::Assemble,
compile::CodegenBackend,
compile::StartupObjects,
tool::BuildManifest,