rust/compiler/rustc_codegen_ssa
Yuki Okushi 329a73dbd6
Rollup merge of #96587 - bjorn3:refactor_backend_write, r=michaelwoerister
Refactor the WriteBackendMethods and ExtraBackendMethods traits

The new interface is slightly less confusing and is easier to implement for non-LLVM backends.
2022-05-03 14:58:57 +09:00
..
src Rollup merge of #96587 - bjorn3:refactor_backend_write, r=michaelwoerister 2022-05-03 14:58:57 +09:00
Cargo.toml Update itertools 2022-03-04 11:54:28 -06:00
README.md

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