diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-07-21 09:32:57 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-07-31 16:21:02 +1000 |
| commit | 3517fe899e200a2904cd0a931a7afa4b9f6fd35b (patch) | |
| tree | aa45455e2f575212848f6132a258ecb10538d038 /compiler/rustc_codegen_llvm/src/lib.rs | |
| parent | 0ea9950ede4dd5257776b126361c93f28b556eec (diff) | |
| download | rust-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
