]> git.lizzy.rs Git - rust.git/commit
Also wait on other threads if a WorkerFatalError occurs
authorNikita Popov <npopov@redhat.com>
Wed, 27 Jul 2022 11:07:48 +0000 (13:07 +0200)
committerNikita Popov <npopov@redhat.com>
Wed, 27 Jul 2022 14:19:07 +0000 (16:19 +0200)
commitc87e20bab091ef007d7ecdfd09353f2d53886897
tree1806fefd37e5dfb70615d3ff5e5e6c73ab2d16bc
parentb00d0fa0c9b8b8b2465f827dfc081e8c9a07d882
Also wait on other threads if a WorkerFatalError occurs

This means that codegen_aborted may be set when new codegen
requests arrive, so drop some related assertions. The new work
will simply be ignored.
compiler/rustc_codegen_ssa/src/back/write.rs