diff options
| author | Philipp Oppermann <dev@phil-opp.com> | 2016-05-05 14:23:43 +0200 |
|---|---|---|
| committer | Philipp Oppermann <dev@phil-opp.com> | 2016-05-05 14:23:43 +0200 |
| commit | a22ca2872ef6782306012e6817dc4b8b778c43e9 (patch) | |
| tree | 56d38e777936d625c76cbd94e3e36c7f202c61a1 | |
| parent | 8655587c1e758ebc7fc49189a1fd89a14c851208 (diff) | |
[Doc] Default cpu is "generic" (and not "default")
| -rw-r--r-- | src/librustc_back/target/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_back/target/mod.rs b/src/librustc_back/target/mod.rs index 3f75201aad2..0f40de56e02 100644 --- a/src/librustc_back/target/mod.rs +++ b/src/librustc_back/target/mod.rs @@ -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 |
