mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
ad9d7e3ed5
Avoid passing --cpu-features when empty
Added in 12ac719b99, this logic always
passed --cpu-features, even when the value was the empty string.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.