rust/compiler/rustc_codegen_ssa
Nicholas Nethercote c696307a87 Inline and remove WorkItem::start_profiling and execute_work_item.
They both match on a `WorkItem`. It's simpler to do it all in one place.
2023-06-21 10:56:19 +10:00
..
src Inline and remove WorkItem::start_profiling and execute_work_item. 2023-06-21 10:56:19 +10:00
Cargo.toml Support rust metadata for AIX. 2023-05-23 16:23:59 +08:00
messages.ftl Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.