[Doc] Default cpu is "generic" (and not "default")
This commit is contained in:
parent
8655587c1e
commit
a22ca2872e
@ -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…
x
Reference in New Issue
Block a user