You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream have changed to no longer unconditionally build LLD in
bootstrap, instead only building it if a system LLVM was not in use.
The defaults were not updated before 1.88 was released to reflect this,
however, so the boostrap will still expect `rust-lld` to have been
built. This change is recommended by upstream in
rust-lang/rust#143076 (comment)
See also rust-lang/rust#143255 which will fix
this for post-1.88 releases (which shouldn't matter for us, as we'll
still have this configuration change in place).
0 commit comments