1
Fork 0
rust/compiler/rustc_codegen_ssa
Flakebi 53238c3db6
Target option to require explicit cpu
Some targets have many different CPUs and no generic CPU that can be
used as a default. For these targets, the user needs to explicitly
specify a CPU through `-C target-cpu=`.

Add an option for targets and an error message if no CPU is set.

This affects the proposed amdgpu and avr targets.
2025-01-16 01:22:50 +01:00
..
src Target option to require explicit cpu 2025-01-16 01:22:50 +01:00
Cargo.toml Bump compiler cc 2024-12-29 00:30:32 +00:00
messages.ftl Target option to require explicit cpu 2025-01-16 01:22:50 +01:00
README.md

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