about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-07-21 09:32:57 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2023-07-31 16:21:02 +1000
commit3517fe899e200a2904cd0a931a7afa4b9f6fd35b (patch)
treeaa45455e2f575212848f6132a258ecb10538d038 /compiler/rustc_codegen_llvm/src/lib.rs
parent0ea9950ede4dd5257776b126361c93f28b556eec (diff)
downloadrust-3517fe899e200a2904cd0a931a7afa4b9f6fd35b.tar.gz
rust-3517fe899e200a2904cd0a931a7afa4b9f6fd35b.zip
Remove `CodegenContext::worker`.
`CodegenContext` is immutable except for the `worker` field - we clone
`CodegenContext` in multiple places, changing the `worker` field each
time. It's simpler to move the `worker` field out of `CodegenContext`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
0 files changed, 0 insertions, 0 deletions