diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-06-20 11:45:47 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-06-22 08:07:59 +1000 |
| commit | 757c290fba5278989a78c636a41db97204693b3e (patch) | |
| tree | 5e0e8b37696820432c6f62a2d118c5d95f6fb0b1 /compiler/rustc_codegen_llvm/src/llvm_util.rs | |
| parent | 006a26c0b546abc0fbef59a773639582b641e500 (diff) | |
| download | rust-757c290fba5278989a78c636a41db97204693b3e.tar.gz rust-757c290fba5278989a78c636a41db97204693b3e.zip | |
Move `Message::CodegenItem` to a separate type.
`Message` is an enum with multiple variants, for messages sent to the coordinator thread. *Except* for `Message::CodegenItem`, which is entirely disjoint, being for messages sent from the coordinator thread to the main thread. This commit move `Message::CodegenItem` into a separate type, `CguMessage`, which makes the code much clearer.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions
