We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8655587 commit a22ca28Copy full SHA for a22ca28
src/librustc_back/target/mod.rs
@@ -201,7 +201,7 @@ pub struct TargetOptions {
201
pub post_link_args: Vec<String>,
202
203
/// Default CPU to pass to LLVM. Corresponds to `llc -mcpu=$cpu`. Defaults
204
- /// to "default".
+ /// to "generic".
205
pub cpu: String,
206
/// Default target features to pass to LLVM. These features will *always* be
207
/// passed, and cannot be disabled even via `-C`. Corresponds to `llc
0 commit comments