rust/compiler/rustc_codegen_ssa
bjorn3 9e6d2da83d Reduce dependence on the target name
The target name can be anything with custom target specs. Matching on
fields inside the target spec is much more robust than matching on the
target name.
2024-11-03 18:29:01 +00:00
..
2024-11-03 18:29:01 +00:00

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