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:
Steve Klabnik 2016-05-07 15:35:18 -04:00
commit f569b59fdf

View File

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