Skip to content

Commit

Permalink
Rollup merge of rust-lang#33430 - phil-opp:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed May 5, 2016
2 parents 8842100 + a22ca28 commit 47b6999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_back/target/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47b6999

Please sign in to comment.