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
..
2022-03-04 11:54:28 -06:00

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