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 aec36f6 + a22ca28 commit f569b59Copy full SHA for f569b59
src/librustc_back/target/mod.rs
@@ -202,7 +202,7 @@ pub struct TargetOptions {
202
pub post_link_args: Vec<String>,
203
204
/// Default CPU to pass to LLVM. Corresponds to `llc -mcpu=$cpu`. Defaults
205
- /// to "default".
+ /// to "generic".
206
pub cpu: String,
207
/// Default target features to pass to LLVM. These features will *always* be
208
/// passed, and cannot be disabled even via `-C`. Corresponds to `llc
0 commit comments