about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-06-20 11:45:47 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2023-06-22 08:07:59 +1000
commit757c290fba5278989a78c636a41db97204693b3e (patch)
tree5e0e8b37696820432c6f62a2d118c5d95f6fb0b1 /compiler/rustc_codegen_llvm/src/llvm_util.rs
parent006a26c0b546abc0fbef59a773639582b641e500 (diff)
downloadrust-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