mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
53238c3db6
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.