We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6fbe0c + a22ca28 commit 10f2d07Copy full SHA for 10f2d07
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