[Doc] Default cpu is "generic" (and not "default")

This commit is contained in:
Philipp Oppermann 2016-05-05 14:23:43 +02:00
parent 8655587c1e
commit a22ca2872e

View File

@ -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