Skip to content

Commit

Permalink
[Doc] Default cpu is "generic" (and not "default")
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed May 5, 2016
1 parent 8655587 commit a22ca28
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 a22ca28

Please sign in to comment.