]> git.lizzy.rs Git - rust.git/commit
[rustbuild] Rebuild std after changes to codegen backends
authorJosh Stone <jistone@redhat.com>
Wed, 16 Jan 2019 21:13:58 +0000 (13:13 -0800)
committerJosh Stone <jistone@redhat.com>
Wed, 16 Jan 2019 21:13:58 +0000 (13:13 -0800)
commit9b8c3c4cff4302a50fc8c82a18f10fc97b0fb3b7
treee6ae684cfdbb953f6b6b36b874b9868607708b4c
parentceb2512144d1fc26330e85fb9d41c22ba1866259
[rustbuild] Rebuild std after changes to codegen backends

Use `clear_if_dirty` on std for backend changes, just as we do for
changes to rustc itself, so new codegen is correctly applied to all
later compiler stages.

Fixes #48298.
src/bootstrap/builder.rs