rust/compiler/rustc_codegen_ssa
Matthias Krüger d7372a1787
Rollup merge of #108739 - 823984418:patch-1, r=cjgillot
Prevent the `start_bx` basic block in codegen from having two `Builder`s at the same time

Here, at the same time, there are two `start_llbb` builder, this should be unexpected.
2023-03-11 15:43:15 +01:00
..
locales errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
src Rollup merge of #108739 - 823984418:patch-1, r=cjgillot 2023-03-11 15:43:15 +01:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00
README.md

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