Skip to content

Commit a22ca28

Browse files
committed
[Doc] Default cpu is "generic" (and not "default")
1 parent 8655587 commit a22ca28

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_back/target

1 file changed

+1
-1
lines changed

src/librustc_back/target/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ pub struct TargetOptions {
201201
pub post_link_args: Vec<String>,
202202

203203
/// Default CPU to pass to LLVM. Corresponds to `llc -mcpu=$cpu`. Defaults
204-
/// to "default".
204+
/// to "generic".
205205
pub cpu: String,
206206
/// Default target features to pass to LLVM. These features will *always* be
207207
/// passed, and cannot be disabled even via `-C`. Corresponds to `llc

0 commit comments

Comments
 (0)