Rollup merge of #33430 - phil-opp:patch-1, r=alexcrichton
[Doc] Default cpu is "generic" (and not "default")
See [line 305](a22ca2872e/src/librustc_back/target/mod.rs (L305)
).
This commit is contained in:
commit
f569b59fdf
@ -202,7 +202,7 @@ pub struct TargetOptions {
|
||||
pub post_link_args: Vec<String>,
|
||||
|
||||
/// Default CPU to pass to LLVM. Corresponds to `llc -mcpu=$cpu`. Defaults
|
||||
/// to "default".
|
||||
/// to "generic".
|
||||
pub cpu: String,
|
||||
/// Default target features to pass to LLVM. These features will *always* be
|
||||
/// passed, and cannot be disabled even via `-C`. Corresponds to `llc
|
||||
|
Loading…
x
Reference in New Issue
Block a user