[Doc] Default cpu is "generic" (and not "default")
This commit is contained in:
parent
8655587c1e
commit
a22ca2872e
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,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…
Add table
Add a link
Reference in a new issue