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 7, 2016
2 parents 067d4fe + a22ca28 commit 443a55e
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 @@ -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
Expand Down

0 comments on commit 443a55e

Please sign in to comment.